Html Css Color HEX #FAE5C2 Egg Sour

📋 copy color: '#FAE5C2'

red 250 ◦ green 229 ◦ blue 194

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

Shades of Egg Sour #FAE5C2

Tints of Egg Sour #FAE5C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.83%

R = 37.15%
G = 34.03%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAE5C2 (or 0xFAE5C2) is known color: Egg Sour. HEX triplet: FA, E5 and C2. RGB value is (250,229,194). Sum of RGB (Red+Green+Blue) = 250+229+194=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 194 (76.17% from 255 or 28.83% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5C2 is #051A3D. Grayscale: #E7E7E7. Windows color (decimal): -334398 or 12772858. OLE color: 12772858.

HSL color Cylindrical-coordinate representation of color #FAE5C2: hue angle of 37.5º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAE5C2 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 194 -
CMYK 0 0.08 0.22 0.02
HSL 37.5º 0.85% 0.87% -
HSV(B) 37.5º 0.22% 0.98% -
XYZ 77.18 80.26 62.46 -
YUV 231.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 250 229 194 0 0.08 0.22 0.02 37.5 0.85 0.87
Hex FA E5 C2 0 8 16 2 26 55 57
Octal 372 345 302 0 10 26 2 46 125 127
Binary 11111010 11100101 11000010 0 1000 10110 10 100110 1010101 1010111

Color Harmonies of #FAE5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5C2

Black with #FAE5C2

Text Example


Text Example

White with #FAE5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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