#F4D8ED

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

Shades of Snuff #F4D8ED

Tints of Snuff #F4D8ED

Color information

#F4D8ED (or 0xF4D8ED) is unknown color: approx Snuff. HEX triplet: F4, D8 and ED. RGB value is (244,216,237). Sum of RGB (Red+Green+Blue) = 244+216+237=697 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.01% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D8ED is #0B2712. Grayscale: #E2E2E2. Windows color (decimal): -730899 or 15587572. OLE color: 15587572.

HSL color Cylindrical-coordinate representation of color #F4D8ED: hue angle of 315º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4D8ED is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB244216237-
CMYK00.110.030.04
HSL315º56%90.2%-
HSV(B)315º11.48%95.69%-
XYZ77.1574.4690.43-
YUV226.77133.78140.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.01%
GREEN value IS 216 (84.77% from 255) = 30.99%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=35.01%
G=30.99%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421623700.110.030.043155690.2
HexF4D8ED0B3413b385a
Octal3643303550133447370132
Binary11110100110110001110110101011111001001110111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D8ED; }

 p { color: rgb(244,216,237); }

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

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

 a { background-color: rgb(244,216,237); }

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

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

 span { border-color: rgb(244,216,237); }

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