Html Css Color HEX #FAE1C0 Egg Sour

📋 copy color: '#FAE1C0'

red 250 ◦ green 225 ◦ blue 192

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

Shades of Egg Sour #FAE1C0

Tints of Egg Sour #FAE1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.73%

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

R = 37.48%
G = 33.73%
B = 28.79%

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

#FAE1C0 (or 0xFAE1C0) is known color: Egg Sour. HEX triplet: FA, E1 and C0. RGB value is (250,225,192). Sum of RGB (Red+Green+Blue) = 250+225+192=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1C0 is #051E3F. Grayscale: #E4E4E4. Windows color (decimal): -335424 or 12640762. OLE color: 12640762.

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

Color convert

RGB 250 225 192 -
CMYK 0 0.10 0.23 0.02
HSL 34.14º 0.85% 0.87% -
HSV(B) 34.14º 0.23% 0.98% -
XYZ 75.86 77.98 60.92 -
YUV 228.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 250 225 192 0 0.10 0.23 0.02 34.14 0.85 0.87
Hex FA E1 C0 0 A 17 2 22 55 57
Octal 372 341 300 0 12 27 2 42 125 127
Binary 11111010 11100001 11000000 0 1010 10111 10 100010 1010101 1010111

Color Harmonies of #FAE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1C0

Black with #FAE1C0

Text Example


Text Example

White with #FAE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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