#F4DABF

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

Shades of Sazerac #F4DABF

Tints of Sazerac #F4DABF

Color information

#F4DABF (or 0xF4DABF) is unknown color: approx Sazerac. HEX triplet: F4, DA and BF. RGB value is (244,218,191). Sum of RGB (Red+Green+Blue) = 244+218+191=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DABF is #0B2540. Grayscale: #DEDEDE. Windows color (decimal): -730433 or 12573428. OLE color: 12573428.

HSL color Cylindrical-coordinate representation of color #F4DABF: hue angle of 30.57º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4DABF is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244218191-
CMYK00.110.220.04
HSL30.57º70.67%85.29%-
HSV(B)30.57º21.72%95.69%-
XYZ71.7873.1459.62-
YUV222.7110.11143.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.37%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 191 (75% from 255) = 29.25%
R=37.37%
G=33.38%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421819100.110.220.0430.5770.6785.29
HexF4DABF0B1641f4755
Octal36433227701326437107125
Binary11110100110110101011111101011101101001111110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DABF; }

 p { color: rgb(244,218,191); }

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

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

 a { background-color: rgb(244,218,191); }

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

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

 span { border-color: rgb(244,218,191); }

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