Html Css Color HEX #F5E2CE Sazerac

📋 copy color: '#F5E2CE'

red 245 ◦ green 226 ◦ blue 206

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

Shades of Sazerac #F5E2CE

Tints of Sazerac #F5E2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.43%

R = 36.19%
G = 33.38%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5E2CE (or 0xF5E2CE) is known color: Sazerac. HEX triplet: F5, E2 and CE. RGB value is (245,226,206). Sum of RGB (Red+Green+Blue) = 245+226+206=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2CE is #0A1D31. Grayscale: #E5E5E5. Windows color (decimal): -662834 or 13558517. OLE color: 13558517.

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

Color convert

RGB 245 226 206 -
CMYK 0 0.08 0.16 0.04
HSL 30.77º 0.66% 0.88% -
HSV(B) 30.77º 0.16% 0.96% -
XYZ 75.99 78.26 69.49 -
YUV 229.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 245 226 206 0 0.08 0.16 0.04 30.77 0.66 0.88
Hex F5 E2 CE 0 8 10 4 1F 42 58
Octal 365 342 316 0 10 20 4 37 102 130
Binary 11110101 11100010 11001110 0 1000 10000 100 11111 1000010 1011000

Color Harmonies of #F5E2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E2CE

Black with #F5E2CE

Text Example


Text Example

White with #F5E2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E2CE; }

 p { color: rgb(245,226,206); }

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

background-color css

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

 a { background-color: rgb(245,226,206); }

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

border-color css

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

 span { border-color: rgb(245,226,206); }

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