#F1DDC1

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

Shades of Sazerac #F1DDC1

Tints of Sazerac #F1DDC1

Color information

#F1DDC1 (or 0xF1DDC1) is unknown color: approx Sazerac. HEX triplet: F1, DD and C1. RGB value is (241,221,193). Sum of RGB (Red+Green+Blue) = 241+221+193=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDC1 is #0E223E. Grayscale: #DFDFDF. Windows color (decimal): -926271 or 12705265. OLE color: 12705265.

HSL color Cylindrical-coordinate representation of color #F1DDC1: hue angle of 35º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1DDC1 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241221193-
CMYK00.080.200.05
HSL35º63.16%85.1%-
HSV(B)35º19.92%94.51%-
XYZ71.7674.2661-
YUV223.79110.63140.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 193 (75.78% from 255) = 29.47%
R=36.79%
G=33.74%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122119300.080.200.053563.1685.1
HexF1DDC108145233f55
Octal3613353010102454377125
Binary11110001110111011100000101000101001011000111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDC1; }

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

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

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

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

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

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

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

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