#F4E1EF

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

Shades of Snuff #F4E1EF

Tints of Snuff #F4E1EF

Color information

#F4E1EF (or 0xF4E1EF) is unknown color: approx Snuff. HEX triplet: F4, E1 and EF. RGB value is (244,225,239). Sum of RGB (Red+Green+Blue) = 244+225+239=708 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.46% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E1EF is #0B1E10. Grayscale: #E8E8E8. Windows color (decimal): -728593 or 15720948. OLE color: 15720948.

HSL color Cylindrical-coordinate representation of color #F4E1EF: hue angle of 315.79º degrees, saturation: 0.46, 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 #F4E1EF is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB244225239-
CMYK00.080.020.04
HSL315.79º46.34%91.96%-
HSV(B)315.79º7.79%95.69%-
XYZ79.8179.3292.76-
YUV232.28131.79136.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.46%
GREEN value IS 225 (88.28% from 255) = 31.78%
BLUE value IS 239 (93.75% from 255) = 33.76%
R=34.46%
G=31.78%
B=33.76%

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
Decimal24422523900.080.020.04315.7946.3491.96
HexF4E1EF082413c2e5c
Octal3643413570102447456134
Binary11110100111000011110111101000101001001111001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E1EF; }

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

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

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

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

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

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

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

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