#F5DCC4

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

Shades of Sazerac #F5DCC4

Tints of Sazerac #F5DCC4

Color information

#F5DCC4 (or 0xF5DCC4) is unknown color: approx Sazerac. HEX triplet: F5, DC and C4. RGB value is (245,220,196). Sum of RGB (Red+Green+Blue) = 245+220+196=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 196 (76.95% from 255 or 29.65% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCC4 is #0A233B. Grayscale: #E0E0E0. Windows color (decimal): -664380 or 12901621. OLE color: 12901621.

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

Color convert

RGB245220196-
CMYK00.100.20.04
HSL29.39º71.01%86.47%-
HSV(B)29.39º20%96.08%-
XYZ73.2174.5862.76-
YUV224.74111.78142.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.07%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 196 (76.95% from 255) = 29.65%
R=37.07%
G=33.28%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522019600.100.20.0429.3971.0186.47
HexF5DCC40A1441d4756
Octal36533430401224435107126
Binary11110101110111001100010001010101001001110110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCC4; }

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

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

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

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

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

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

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

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