Html Css Color HEX #FAE4C1 Egg Sour

📋 copy color: '#FAE4C1'

red 250 ◦ green 228 ◦ blue 193

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

Shades of Egg Sour #FAE4C1

Tints of Egg Sour #FAE4C1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.98%

 BLUE value IS 193 (75.78% from 255) = 28.76%

R = 37.26%
G = 33.98%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FAE4C1 (or 0xFAE4C1) is known color: Egg Sour. HEX triplet: FA, E4 and C1. RGB value is (250,228,193). Sum of RGB (Red+Green+Blue) = 250+228+193=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4C1 is #051B3E. Grayscale: #E6E6E6. Windows color (decimal): -334655 or 12707066. OLE color: 12707066.

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

Color convert

RGB 250 228 193 -
CMYK 0 0.09 0.23 0.02
HSL 36.84º 0.85% 0.87% -
HSV(B) 36.84º 0.23% 0.98% -
XYZ 76.79 79.66 61.78 -
YUV 230.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 250 228 193 0 0.09 0.23 0.02 36.84 0.85 0.87
Hex FA E4 C1 0 9 17 2 25 55 57
Octal 372 344 301 0 11 27 2 45 125 127
Binary 11111010 11100100 11000001 0 1001 10111 10 100101 1010101 1010111

Color Harmonies of #FAE4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4C1

Black with #FAE4C1

Text Example


Text Example

White with #FAE4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4C1; }

 p { color: rgb(250,228,193); }

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

background-color css

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

 a { background-color: rgb(250,228,193); }

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

border-color css

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

 span { border-color: rgb(250,228,193); }

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