#F8DFCD

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

Shades of Sazerac #F8DFCD

Tints of Sazerac #F8DFCD

Color information

#F8DFCD (or 0xF8DFCD) is unknown color: approx Sazerac. HEX triplet: F8, DF and CD. RGB value is (248,223,205). Sum of RGB (Red+Green+Blue) = 248+223+205=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFCD is #072032. Grayscale: #E4E4E4. Windows color (decimal): -466995 or 13492216. OLE color: 13492216.

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

Color convert

RGB248223205-
CMYK00.100.170.03
HSL25.12º75.44%88.82%-
HSV(B)25.12º17.34%97.25%-
XYZ76.1277.1468.64-
YUV228.42114.78141.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=36.69%
G=32.99%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822320500.100.170.0325.1275.4488.82
HexF8DFCD0A113194b59
Octal37033731501221331113131
Binary1111100011011111110011010101010001111100110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFCD; }

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

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

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

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

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

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

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

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