#F7DFCD

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

Shades of Sazerac #F7DFCD

Tints of Sazerac #F7DFCD

Color information

#F7DFCD (or 0xF7DFCD) is unknown color: approx Sazerac. HEX triplet: F7, DF and CD. RGB value is (247,223,205). Sum of RGB (Red+Green+Blue) = 247+223+205=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFCD is #082032. Grayscale: #E4E4E4. Windows color (decimal): -532531 or 13492215. OLE color: 13492215.

HSL color Cylindrical-coordinate representation of color #F7DFCD: hue angle of 25.71º degrees, saturation: 0.72, 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 #F7DFCD is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247223205-
CMYK00.100.170.03
HSL25.71º72.41%88.63%-
HSV(B)25.71º17%96.86%-
XYZ75.7676.9668.62-
YUV228.12114.95141.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.59%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=36.59%
G=33.04%
B=30.37%

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
Decimal24722320500.100.170.0325.7172.4188.63
HexF7DFCD0A1131a4859
Octal36733731501221332110131
Binary1111011111011111110011010101010001111101010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DFCD; }

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

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

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

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

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

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

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

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