#F2DDBF

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

Shades of Sazerac #F2DDBF

Tints of Sazerac #F2DDBF

Color information

#F2DDBF (or 0xF2DDBF) is unknown color: approx Sazerac. HEX triplet: F2, DD and BF. RGB value is (242,221,191). Sum of RGB (Red+Green+Blue) = 242+221+191=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDBF is #0D2240. Grayscale: #DFDFDF. Windows color (decimal): -860737 or 12574194. OLE color: 12574194.

HSL color Cylindrical-coordinate representation of color #F2DDBF: hue angle of 35.29º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2DDBF is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242221191-
CMYK00.090.210.05
HSL35.29º66.23%84.9%-
HSV(B)35.29º21.07%94.9%-
XYZ71.8874.3559.85-
YUV223.86109.46140.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 191 (75% from 255) = 29.20%
R=37.00%
G=33.79%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222119100.090.210.0535.2966.2384.9
HexF2DDBF09155234255
Octal36233527701125543102125
Binary111100101101110110111111010011010110110001110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDBF; }

 p { color: rgb(242,221,191); }

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

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

 a { background-color: rgb(242,221,191); }

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

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

 span { border-color: rgb(242,221,191); }

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