#F4E0EF

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

Shades of Snuff #F4E0EF

Tints of Snuff #F4E0EF

Color information

#F4E0EF (or 0xF4E0EF) is unknown color: approx Snuff. HEX triplet: F4, E0 and EF. RGB value is (244,224,239). Sum of RGB (Red+Green+Blue) = 244+224+239=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E0EF is #0B1F10. Grayscale: #E7E7E7. Windows color (decimal): -728849 or 15720692. OLE color: 15720692.

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

Color convert

RGB244224239-
CMYK00.080.020.04
HSL315º47.62%91.76%-
HSV(B)315º8.2%95.69%-
XYZ79.5478.7892.67-
YUV231.69132.13136.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.51%
GREEN value IS 224 (87.89% from 255) = 31.68%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=34.51%
G=31.68%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422423900.080.020.0431547.6291.76
HexF4E0EF082413b305c
Octal3643403570102447360134
Binary11110100111000001110111101000101001001110111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E0EF; }

 p { color: rgb(244,224,239); }

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

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

 a { background-color: rgb(244,224,239); }

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

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

 span { border-color: rgb(244,224,239); }

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