#F8DFCC

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

Shades of Sazerac #F8DFCC

Tints of Sazerac #F8DFCC

Color information

#F8DFCC (or 0xF8DFCC) is unknown color: approx Sazerac. HEX triplet: F8, DF and CC. RGB value is (248,223,204). Sum of RGB (Red+Green+Blue) = 248+223+204=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFCC is #072033. Grayscale: #E4E4E4. Windows color (decimal): -466996 or 13426680. OLE color: 13426680.

HSL color Cylindrical-coordinate representation of color #F8DFCC: hue angle of 25.91º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8DFCC is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248223204-
CMYK00.100.180.03
HSL25.91º75.86%88.63%-
HSV(B)25.91º17.74%97.25%-
XYZ7677.0968-
YUV228.31114.28142.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 204 (80.08% from 255) = 30.22%
R=36.74%
G=33.04%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822320400.100.180.0325.9175.8688.63
HexF8DFCC0A1231a4c59
Octal37033731401222332114131
Binary1111100011011111110011000101010010111101010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFCC; }

 p { color: rgb(248,223,204); }

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

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

 a { background-color: rgb(248,223,204); }

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

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

 span { border-color: rgb(248,223,204); }

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