#F0CDEC

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

Shades of Snuff #F0CDEC

Tints of Snuff #F0CDEC

Color information

#F0CDEC (or 0xF0CDEC) is unknown color: approx Snuff. HEX triplet: F0, CD and EC. RGB value is (240,205,236). Sum of RGB (Red+Green+Blue) = 240+205+236=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDEC is #0F3213. Grayscale: #DADADA. Windows color (decimal): -995860 or 15519216. OLE color: 15519216.

HSL color Cylindrical-coordinate representation of color #F0CDEC: hue angle of 306.86º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CDEC is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240205236-
CMYK00.150.020.06
HSL306.86º53.85%87.25%-
HSV(B)306.86º14.58%94.12%-
XYZ72.9168.2488.69-
YUV219137.6142.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=35.24%
G=30.10%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020523600.150.020.06306.8653.8587.25
HexF0CDEC0F261333657
Octal3603153540172646366127
Binary11110000110011011110110001111101101001100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDEC; }

 p { color: rgb(240,205,236); }

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

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

 a { background-color: rgb(240,205,236); }

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

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

 span { border-color: rgb(240,205,236); }

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