#F5DABF

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

Shades of Sazerac #F5DABF

Tints of Sazerac #F5DABF

Color information

#F5DABF (or 0xF5DABF) is unknown color: approx Sazerac. HEX triplet: F5, DA and BF. RGB value is (245,218,191). Sum of RGB (Red+Green+Blue) = 245+218+191=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DABF is #0A2540. Grayscale: #DFDFDF. Windows color (decimal): -664897 or 12573429. OLE color: 12573429.

HSL color Cylindrical-coordinate representation of color #F5DABF: hue angle of 30º degrees, saturation: 0.73, 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 #F5DABF is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245218191-
CMYK00.110.220.04
HSL30º72.97%85.49%-
HSV(B)30º22.04%96.08%-
XYZ72.1373.3259.64-
YUV223109.95143.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 29.20%
R=37.46%
G=33.33%
B=29.20%

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
Decimal24521819100.110.220.043072.9785.49
HexF5DABF0B1641e4955
Octal36533227701326436111125
Binary11110101110110101011111101011101101001111010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DABF; }

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

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

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

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

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

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

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

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