Html Css Color HEX #F5E1C0 Egg Sour

📋 copy color: '#F5E1C0'

red 245 ◦ green 225 ◦ blue 192

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

Shades of Egg Sour #F5E1C0

Tints of Egg Sour #F5E1C0

RGB

 RED value IS 245 (96.09% from 255) = 37.01%

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

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

R = 37.01%
G = 33.99%
B = 29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5E1C0 (or 0xF5E1C0) is known color: Egg Sour. HEX triplet: F5, E1 and C0. RGB value is (245,225,192). Sum of RGB (Red+Green+Blue) = 245+225+192=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1C0 is #0A1E3F. Grayscale: #E3E3E3. Windows color (decimal): -663104 or 12640757. OLE color: 12640757.

HSL color Cylindrical-coordinate representation of color #F5E1C0: hue angle of 37.36º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5E1C0 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 225 192 -
CMYK 0 0.08 0.22 0.04
HSL 37.36º 0.73% 0.86% -
HSV(B) 37.36º 0.22% 0.96% -
XYZ 74.1 77.07 60.84 -
YUV 227.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 245 225 192 0 0.08 0.22 0.04 37.36 0.73 0.86
Hex F5 E1 C0 0 8 16 4 25 49 56
Octal 365 341 300 0 10 26 4 45 111 126
Binary 11110101 11100001 11000000 0 1000 10110 100 100101 1001001 1010110

Color Harmonies of #F5E1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E1C0

Black with #F5E1C0

Text Example


Text Example

White with #F5E1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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