#F1DCBF

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

Shades of Sazerac #F1DCBF

Tints of Sazerac #F1DCBF

Color information

#F1DCBF (or 0xF1DCBF) is unknown color: approx Sazerac. HEX triplet: F1, DC and BF. RGB value is (241,220,191). Sum of RGB (Red+Green+Blue) = 241+220+191=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCBF is #0E2340. Grayscale: #DFDFDF. Windows color (decimal): -926529 or 12573937. OLE color: 12573937.

HSL color Cylindrical-coordinate representation of color #F1DCBF: hue angle of 34.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1DCBF is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241220191-
CMYK00.090.210.05
HSL34.8º64.1%84.71%-
HSV(B)34.8º20.75%94.51%-
XYZ71.2773.6559.75-
YUV222.97109.96140.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 191 (75% from 255) = 29.29%
R=36.96%
G=33.74%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122019100.090.210.0534.864.184.71
HexF1DCBF09155234055
Octal36133427701125543100125
Binary111100011101110010111111010011010110110001110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCBF; }

 p { color: rgb(241,220,191); }

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

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

 a { background-color: rgb(241,220,191); }

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

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

 span { border-color: rgb(241,220,191); }

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