#F5DCCA

Color #F5DCCA Sazerac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sazerac #F5DCCA

Tints of Sazerac #F5DCCA

Color information

#F5DCCA (or 0xF5DCCA) is unknown color: approx Sazerac. HEX triplet: F5, DC and CA. RGB value is (245,220,202). Sum of RGB (Red+Green+Blue) = 245+220+202=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCCA is #0A2335. Grayscale: #E1E1E1. Windows color (decimal): -664374 or 13294837. OLE color: 13294837.

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

Color convert

RGB245220202-
CMYK00.100.180.04
HSL25.12º68.25%87.65%-
HSV(B)25.12º17.55%96.08%-
XYZ73.9174.8666.43-
YUV225.42114.78141.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.73%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=36.73%
G=32.98%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522020200.100.180.0425.1268.2587.65
HexF5DCCA0A124194458
Octal36533431201222431104130
Binary11110101110111001100101001010100101001100110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCCA; }

 p { color: rgb(245,220,202); }

 H1.HeaderClassName
 {
   color: #F5DCCA;
 }
 .AnyTagClassName
 {
   color: #F5DCCA;
 }
</style>
background-color css

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

 a { background-color: rgb(245,220,202); }

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

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

 span { border-color: rgb(245,220,202); }

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