#F1DDC4

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

Shades of Sazerac #F1DDC4

Tints of Sazerac #F1DDC4

Color information

#F1DDC4 (or 0xF1DDC4) is unknown color: approx Sazerac. HEX triplet: F1, DD and C4. RGB value is (241,221,196). Sum of RGB (Red+Green+Blue) = 241+221+196=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDC4 is #0E223B. Grayscale: #E0E0E0. Windows color (decimal): -926268 or 12901873. OLE color: 12901873.

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

Color convert

RGB241221196-
CMYK00.080.190.05
HSL33.33º61.64%85.69%-
HSV(B)33.33º18.67%94.51%-
XYZ72.174.462.79-
YUV224.13112.13140.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 196 (76.95% from 255) = 29.79%
R=36.63%
G=33.59%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122119600.080.190.0533.3361.6485.69
HexF1DDC408135213e56
Octal3613353040102354176126
Binary11110001110111011100010001000100111011000011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDC4; }

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

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

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

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

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

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

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

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