#F2DCF0

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

Shades of Snuff #F2DCF0

Tints of Snuff #F2DCF0

Color information

#F2DCF0 (or 0xF2DCF0) is unknown color: approx Snuff. HEX triplet: F2, DC and F0. RGB value is (242,220,240). Sum of RGB (Red+Green+Blue) = 242+220+240=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCF0 is #0D230F. Grayscale: #E4E4E4. Windows color (decimal): -860944 or 15785202. OLE color: 15785202.

HSL color Cylindrical-coordinate representation of color #F2DCF0: hue angle of 305.45º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DCF0 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242220240-
CMYK00.090.010.05
HSL305.45º45.83%90.59%-
HSV(B)305.45º9.09%94.9%-
XYZ77.9476.3593.07-
YUV228.86134.29137.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 240 (94.14% from 255) = 34.19%
R=34.47%
G=31.34%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222024000.090.010.05305.4545.8390.59
HexF2DCF009151312e5b
Octal3623343600111546156133
Binary1111001011011100111100000100111011001100011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCF0; }

 p { color: rgb(242,220,240); }

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

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

 a { background-color: rgb(242,220,240); }

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

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

 span { border-color: rgb(242,220,240); }

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