#F1DFCB

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

Shades of Sazerac #F1DFCB

Tints of Sazerac #F1DFCB

Color information

#F1DFCB (or 0xF1DFCB) is unknown color: approx Sazerac. HEX triplet: F1, DF and CB. RGB value is (241,223,203). Sum of RGB (Red+Green+Blue) = 241+223+203=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFCB is #0E2034. Grayscale: #E2E2E2. Windows color (decimal): -925749 or 13361137. OLE color: 13361137.

HSL color Cylindrical-coordinate representation of color #F1DFCB: hue angle of 31.58º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1DFCB is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241223203-
CMYK00.070.160.05
HSL31.58º57.58%87.06%-
HSV(B)31.58º15.77%94.51%-
XYZ73.4475.7967.26-
YUV226.1114.96138.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 223 (87.5% from 255) = 33.43%
BLUE value IS 203 (79.69% from 255) = 30.43%
R=36.13%
G=33.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122320300.070.160.0531.5857.5887.06
HexF1DFCB07105203a57
Octal361337313072054072127
Binary1111000111011111110010110111100001011000001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFCB; }

 p { color: rgb(241,223,203); }

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

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

 a { background-color: rgb(241,223,203); }

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

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

 span { border-color: rgb(241,223,203); }

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