#F6DFBF

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

Shades of Sazerac #F6DFBF

Tints of Sazerac #F6DFBF

Color information

#F6DFBF (or 0xF6DFBF) is unknown color: approx Sazerac. HEX triplet: F6, DF and BF. RGB value is (246,223,191). Sum of RGB (Red+Green+Blue) = 246+223+191=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFBF is #092040. Grayscale: #E2E2E2. Windows color (decimal): -598081 or 12574710. OLE color: 12574710.

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

Color convert

RGB246223191-
CMYK00.090.220.04
HSL34.91º75.34%85.69%-
HSV(B)34.91º22.36%96.47%-
XYZ73.876.1360.1-
YUV226.23108.12142.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.27%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 191 (75% from 255) = 28.94%
R=37.27%
G=33.79%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622319100.090.220.0434.9175.3485.69
HexF6DFBF09164234b56
Octal36633727701126443113126
Binary111101101101111110111111010011011010010001110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFBF; }

 p { color: rgb(246,223,191); }

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

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

 a { background-color: rgb(246,223,191); }

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

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

 span { border-color: rgb(246,223,191); }

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