COLOR #FAEFB4

HEX: #FAEFB4
RGB: (250,239,180)

Renk bilgisi

#FAEFB4 contains mainly red and green colors. #FAEFB4 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#FAEFB4 color RGB value is (250,239,180).

  • kırmız ton 250;
  • yeşil ton 239;
  • mavi ton 180.
RGB:
(250,239,180)
(98%,94%,71%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 239 of 255 = 94%
B 180 of 255 = 71%

250
239
180

R + G + B ~ 88%. #FAEFB4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 239 + 180 = 669 (100%)
R 250 of 669 ~ 37.37%
G 239 of 669 ~ 35.72%
B 180 of 669 ~ 26.91%

%37.37
%35.72
%26.91

CMYK RENK MODELİ

#FAEFB4 rengi CMYK tonu (0,4,28,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.40%
  • sarı tonu 28.00%
  • ana renk tonu 1.96%
CMYK:
(0,4,28,2)
C0M4Y28K2 
(0%,4%,28%,2%)
(0.00/0.04/0.28/0.02)	

CMYK yüzdeleri

%0
%4.4
%28
%1.96

Codes

Color #FAEFB4 in popluar color models

FAEFB4
RGB250239180
HSL51°87.50%84.31%
HSB/HSV51°28.00%98.04%
CMYK0.00%4.40%28.00%
1.96%

Color #FAEFB4 in popluar number systems.

HEXFAEFB4
Decimal250239180
Binary111110101110111110110100
Octal372357264

Shades and tints

Shades of #FAEFB4

#FAEFB4
(250,239,180)
#E4DAA4
(228,218,164)
#CEC594
(206,197,148)
#B8B084
(184,176,132)
#A29B74
(162,155,116)
#8C8664
(140,134,100)
#767154
(118,113,84)
#605C44
(96,92,68)
#4A4734
(74,71,52)
#343224
(52,50,36)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #FAEFB4

#FAEFB4
(250,239,180)
#FAF0BA
(250,240,186)
#FAF1C0
(250,241,192)
#FAF2C6
(250,242,198)
#FAF3CC
(250,243,204)
#FAF4D2
(250,244,210)
#FAF5D8
(250,245,216)
#FAF6DE
(250,246,222)
#FAF7E4
(250,247,228)
#FAF8EA
(250,248,234)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEFB4 color. Also use rgb(250,239,180) instead hex code.

Text Font Color

.myTextColor { color: #FAEFB4; }

<p style="color:#FAEFB4">This sample text font color is #FAEFB4.</p>

This text font color is #FAEFB4.


Background Color

.myBgColor { background-color: #FAEFB4; }

<div style="background-color:#FAEFB4">Inner text</div>

This div background color is #FAEFB4.


Border color

.myBorderColor { border: 1px solid #FAEFB4; }

<div style="border:3px solid #FAEFB4">Div</div>

This div border color is #FAEFB4.


Opacity

.myOpacity80 { color: #FAEFB4; opacity: 0.8; }

<p style="color:#FAEFB4;opacity:0.8;">80%</p>

Text with #FAEFB4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FAEFB4;}

<p style="text-shadow: 3px 3px 1px #FAEFB4">Text here.</p>

This text has shadow with #FAEFB4 color.

.textShadow {text-shadow: 3px 3px 1px #FAEFB4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FAEFB4, 5px 5px 20px red">Text here.</p>

This text has shadow with #FAEFB4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAEFB4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FAEFB4, Direction=45, Strength=4)">Text</p>

This text has shadow with #FAEFB4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FAEFB4;
  -webkit-box-shadow:	1px 1px 3px 2px #FAEFB4;
  box-shadow:		1px 1px 3px 2px #FAEFB4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAEFB4;
-webkit-box-shadow: 1px 1px 3px 2px #FAEFB4;
box-shadow:1px 1px 3px 2px #FAEFB4;">
Div content here</div>
This div box has shadow with color #FAEFB4.

Preview

Color preview on black background

This text has color #FAEFB4 on black background.


Color preview on white background

This text has color #FAEFB4 on white background.



Black color preview on #FAEFB4 background

This text has black color on #FAEFB4 background.


White color preview on #FAEFB4 background

This text has white color on #FAEFB4 background.