Html Css Color HEX #FAE2C0 Egg Sour

📋 copy color: '#FAE2C0'

red 250 ◦ green 226 ◦ blue 192

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

Shades of Egg Sour #FAE2C0

Tints of Egg Sour #FAE2C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 28.74%

R = 37.43%
G = 33.83%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FAE2C0 (or 0xFAE2C0) is known color: Egg Sour. HEX triplet: FA, E2 and C0. RGB value is (250,226,192). Sum of RGB (Red+Green+Blue) = 250+226+192=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2C0 is #051D3F. Grayscale: #E5E5E5. Windows color (decimal): -335168 or 12641018. OLE color: 12641018.

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

Color convert

RGB 250 226 192 -
CMYK 0 0.10 0.23 0.02
HSL 35.17º 0.85% 0.87% -
HSV(B) 35.17º 0.23% 0.98% -
XYZ 76.14 78.52 61.01 -
YUV 229.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 250 226 192 0 0.10 0.23 0.02 35.17 0.85 0.87
Hex FA E2 C0 0 A 17 2 23 55 57
Octal 372 342 300 0 12 27 2 43 125 127
Binary 11111010 11100010 11000000 0 1010 10111 10 100011 1010101 1010111

Color Harmonies of #FAE2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2C0

Black with #FAE2C0

Text Example


Text Example

White with #FAE2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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