Html Css Color HEX #FAE2C3 Egg Sour

📋 copy color: '#FAE2C3'

red 250 ◦ green 226 ◦ blue 195

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

Shades of Egg Sour #FAE2C3

Tints of Egg Sour #FAE2C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.06%

R = 37.26%
G = 33.68%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAE2C3 (or 0xFAE2C3) is known color: Egg Sour. HEX triplet: FA, E2 and C3. RGB value is (250,226,195). Sum of RGB (Red+Green+Blue) = 250+226+195=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 195 (76.56% from 255 or 29.06% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2C3 is #051D3C. Grayscale: #E5E5E5. Windows color (decimal): -335165 or 12837626. OLE color: 12837626.

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

Color convert

RGB 250 226 195 -
CMYK 0 0.10 0.22 0.02
HSL 33.82º 0.85% 0.87% -
HSV(B) 33.82º 0.22% 0.98% -
XYZ 76.47 78.66 62.78 -
YUV 229.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 250 226 195 0 0.10 0.22 0.02 33.82 0.85 0.87
Hex FA E2 C3 0 A 16 2 22 55 57
Octal 372 342 303 0 12 26 2 42 125 127
Binary 11111010 11100010 11000011 0 1010 10110 10 100010 1010101 1010111

Color Harmonies of #FAE2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2C3

Black with #FAE2C3

Text Example


Text Example

White with #FAE2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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