#F4DEEF

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

Shades of Snuff #F4DEEF

Tints of Snuff #F4DEEF

Color information

#F4DEEF (or 0xF4DEEF) is unknown color: approx Snuff. HEX triplet: F4, DE and EF. RGB value is (244,222,239). Sum of RGB (Red+Green+Blue) = 244+222+239=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DEEF is #0B2110. Grayscale: #E6E6E6. Windows color (decimal): -729361 or 15720180. OLE color: 15720180.

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

Color convert

RGB244222239-
CMYK00.090.020.04
HSL313.64º50%91.37%-
HSV(B)313.64º9.02%95.69%-
XYZ79.0177.7192.5-
YUV230.52132.79137.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.61%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 239 (93.75% from 255) = 33.90%
R=34.61%
G=31.49%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422223900.090.020.04313.645091.37
HexF4DEEF092413a325b
Octal3643363570112447262133
Binary11110100110111101110111101001101001001110101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DEEF; }

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

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

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

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

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

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

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

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