#F9DFC8

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

Shades of Sazerac #F9DFC8

Tints of Sazerac #F9DFC8

Color information

#F9DFC8 (or 0xF9DFC8) is unknown color: approx Sazerac. HEX triplet: F9, DF and C8. RGB value is (249,223,200). Sum of RGB (Red+Green+Blue) = 249+223+200=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFC8 is #062037. Grayscale: #E4E4E4. Windows color (decimal): -401464 or 13164537. OLE color: 13164537.

HSL color Cylindrical-coordinate representation of color #F9DFC8: hue angle of 28.16º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9DFC8 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249223200-
CMYK00.100.200.02
HSL28.16º80.33%88.04%-
HSV(B)28.16º19.68%97.65%-
XYZ75.8877.0965.52-
YUV228.15112.11142.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.05%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 200 (78.52% from 255) = 29.76%
R=37.05%
G=33.18%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922320000.100.200.0228.1680.3388.04
HexF9DFC80A1421c5058
Octal37133731001224234120130
Binary1111100111011111110010000101010100101110010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DFC8; }

 p { color: rgb(249,223,200); }

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

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

 a { background-color: rgb(249,223,200); }

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

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

 span { border-color: rgb(249,223,200); }

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