Html Css Color HEX #FAE5BF Egg Sour

📋 copy color: '#FAE5BF'

red 250 ◦ green 229 ◦ blue 191

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

Shades of Egg Sour #FAE5BF

Tints of Egg Sour #FAE5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.18%

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

R = 37.31%
G = 34.18%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAE5BF (or 0xFAE5BF) is known color: Egg Sour. HEX triplet: FA, E5 and BF. RGB value is (250,229,191). Sum of RGB (Red+Green+Blue) = 250+229+191=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5BF is #051A40. Grayscale: #E7E7E7. Windows color (decimal): -334401 or 12576250. OLE color: 12576250.

HSL color Cylindrical-coordinate representation of color #FAE5BF: hue angle of 38.64º 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 #FAE5BF is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 191 -
CMYK 0 0.08 0.24 0.02
HSL 38.64º 0.86% 0.86% -
HSV(B) 38.64º 0.24% 0.98% -
XYZ 76.85 80.12 60.71 -
YUV 230.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 250 229 191 0 0.08 0.24 0.02 38.64 0.86 0.86
Hex FA E5 BF 0 8 18 2 27 56 56
Octal 372 345 277 0 10 30 2 47 126 126
Binary 11111010 11100101 10111111 0 1000 11000 10 100111 1010110 1010110

Color Harmonies of #FAE5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5BF

Black with #FAE5BF

Text Example


Text Example

White with #FAE5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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