#F1DDC7

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

Shades of Sazerac #F1DDC7

Tints of Sazerac #F1DDC7

Color information

#F1DDC7 (or 0xF1DDC7) is unknown color: approx Sazerac. HEX triplet: F1, DD and C7. RGB value is (241,221,199). Sum of RGB (Red+Green+Blue) = 241+221+199=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDC7 is #0E2238. Grayscale: #E0E0E0. Windows color (decimal): -926265 or 13098481. OLE color: 13098481.

HSL color Cylindrical-coordinate representation of color #F1DDC7: hue angle of 31.43º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1DDC7 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241221199-
CMYK00.080.170.05
HSL31.43º60%86.27%-
HSV(B)31.43º17.43%94.51%-
XYZ72.4474.5464.6-
YUV224.47113.63139.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 199 (78.12% from 255) = 30.11%
R=36.46%
G=33.43%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122119900.080.170.0531.436086.27
HexF1DDC7081151f3c56
Octal3613353070102153774126
Binary1111000111011101110001110100010001101111111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDC7; }

 p { color: rgb(241,221,199); }

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

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

 a { background-color: rgb(241,221,199); }

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

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

 span { border-color: rgb(241,221,199); }

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