Html Css Color HEX #FAE2BF Egg Sour

📋 copy color: '#FAE2BF'

red 250 ◦ green 226 ◦ blue 191

#FAE2BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egg Sour #FAE2BF

Tints of Egg Sour #FAE2BF

RGB

 RED value IS 250 (98.05% from 255) = 37.48%

 GREEN value IS 226 (88.67% from 255) = 33.88%

 BLUE value IS 191 (75% from 255) = 28.64%

R = 37.48%
G = 33.88%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAE2BF (or 0xFAE2BF) is known color: Egg Sour. HEX triplet: FA, E2 and BF. RGB value is (250,226,191). Sum of RGB (Red+Green+Blue) = 250+226+191=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2BF is #051D40. Grayscale: #E5E5E5. Windows color (decimal): -335169 or 12575482. OLE color: 12575482.

HSL color Cylindrical-coordinate representation of color #FAE2BF: hue angle of 35.59º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAE2BF is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 191 -
CMYK 0 0.10 0.24 0.02
HSL 35.59º 0.86% 0.86% -
HSV(B) 35.59º 0.24% 0.98% -
XYZ 76.02 78.48 60.43 -
YUV 229.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 250 226 191 0 0.10 0.24 0.02 35.59 0.86 0.86
Hex FA E2 BF 0 A 18 2 24 56 56
Octal 372 342 277 0 12 30 2 44 126 126
Binary 11111010 11100010 10111111 0 1010 11000 10 100100 1010110 1010110

Color Harmonies of #FAE2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2BF

Black with #FAE2BF

Text Example


Text Example

White with #FAE2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2BF; }

 p { color: rgb(250,226,191); }

 H1.HeaderClassName
 {
   color: #FAE2BF;
 }
 .AnyTagClassName
 {
   color: #FAE2BF;
 }
</style>

background-color css

<style>
 a { background-color: #FAE2BF; }

 a { background-color: rgb(250,226,191); }

 div.DivClassName
 {
   background-color: #FAE2BF;
 }
 .BgClassName
 {
   background-color: #FAE2BF;
 }
</style>

border-color css

<style>
 span { border-color: #FAE2BF; }

 span { border-color: rgb(250,226,191); }

 td.TdClassName
 {
   border-color: #FAE2BF;
 }
 .TagClassName
 {
   border-color: #FAE2BF;
 }
</style>