#F2DCBF

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

Shades of Sazerac #F2DCBF

Tints of Sazerac #F2DCBF

Color information

#F2DCBF (or 0xF2DCBF) is unknown color: approx Sazerac. HEX triplet: F2, DC and BF. RGB value is (242,220,191). Sum of RGB (Red+Green+Blue) = 242+220+191=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCBF is #0D2340. Grayscale: #DFDFDF. Windows color (decimal): -860993 or 12573938. OLE color: 12573938.

HSL color Cylindrical-coordinate representation of color #F2DCBF: hue angle of 34.12º 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 #F2DCBF is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242220191-
CMYK00.090.210.05
HSL34.12º66.23%84.9%-
HSV(B)34.12º21.07%94.9%-
XYZ71.6273.8359.77-
YUV223.27109.79141.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.06%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 191 (75% from 255) = 29.25%
R=37.06%
G=33.69%
B=29.25%

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
Decimal24222019100.090.210.0534.1266.2384.9
HexF2DCBF09155224255
Octal36233427701125542102125
Binary111100101101110010111111010011010110110001010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCBF; }

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

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

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

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

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

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

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

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