#F8DDC6

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

Shades of Sazerac #F8DDC6

Tints of Sazerac #F8DDC6

Color information

#F8DDC6 (or 0xF8DDC6) is unknown color: approx Sazerac. HEX triplet: F8, DD and C6. RGB value is (248,221,198). Sum of RGB (Red+Green+Blue) = 248+221+198=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 198 (77.73% from 255 or 29.69% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDC6 is #072239. Grayscale: #E2E2E2. Windows color (decimal): -467514 or 13032952. OLE color: 13032952.

HSL color Cylindrical-coordinate representation of color #F8DDC6: hue angle of 27.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8DDC6 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248221198-
CMYK00.110.200.03
HSL27.6º78.12%87.45%-
HSV(B)27.6º20.16%97.25%-
XYZ74.7675.7564.11-
YUV226.45111.95143.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 198 (77.73% from 255) = 29.69%
R=37.18%
G=33.13%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822119800.110.200.0327.678.1287.45
HexF8DDC60B1431c4e57
Octal37033530601324334116127
Binary1111100011011101110001100101110100111110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DDC6; }

 p { color: rgb(248,221,198); }

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

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

 a { background-color: rgb(248,221,198); }

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

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

 span { border-color: rgb(248,221,198); }

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