Html Css Color HEX #F5E1CC Sazerac

📋 copy color: '#F5E1CC'

red 245 ◦ green 225 ◦ blue 204

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

Shades of Sazerac #F5E1CC

Tints of Sazerac #F5E1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.27%

R = 36.35%
G = 33.38%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5E1CC (or 0xF5E1CC) is known color: Sazerac. HEX triplet: F5, E1 and CC. RGB value is (245,225,204). Sum of RGB (Red+Green+Blue) = 245+225+204=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1CC is #0A1E33. Grayscale: #E4E4E4. Windows color (decimal): -663092 or 13427189. OLE color: 13427189.

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

Color convert

RGB 245 225 204 -
CMYK 0 0.08 0.17 0.04
HSL 30.73º 0.67% 0.88% -
HSV(B) 30.73º 0.17% 0.96% -
XYZ 75.48 77.62 68.13 -
YUV 228.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 245 225 204 0 0.08 0.17 0.04 30.73 0.67 0.88
Hex F5 E1 CC 0 8 11 4 1F 43 58
Octal 365 341 314 0 10 21 4 37 103 130
Binary 11110101 11100001 11001100 0 1000 10001 100 11111 1000011 1011000

Color Harmonies of #F5E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E1CC

Black with #F5E1CC

Text Example


Text Example

White with #F5E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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