#F4DCEF

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

Shades of Snuff #F4DCEF

Tints of Snuff #F4DCEF

Color information

#F4DCEF (or 0xF4DCEF) is unknown color: approx Snuff. HEX triplet: F4, DC and EF. RGB value is (244,220,239). Sum of RGB (Red+Green+Blue) = 244+220+239=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCEF is #0B2310. Grayscale: #E5E5E5. Windows color (decimal): -729873 or 15719668. OLE color: 15719668.

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

Color convert

RGB244220239-
CMYK00.100.020.04
HSL312.5º52.17%90.98%-
HSV(B)312.5º9.84%95.69%-
XYZ78.4876.6592.32-
YUV229.34133.45138.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.71%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 239 (93.75% from 255) = 34.00%
R=34.71%
G=31.29%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422023900.100.020.04312.552.1790.98
HexF4DCEF0A24138345b
Octal3643343570122447064133
Binary11110100110111001110111101010101001001110001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCEF; }

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

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

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

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

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

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

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

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