#F0CDF0

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

Shades of Snuff #F0CDF0

Tints of Snuff #F0CDF0

Color information

#F0CDF0 (or 0xF0CDF0) is unknown color: approx Snuff. HEX triplet: F0, CD and F0. RGB value is (240,205,240). Sum of RGB (Red+Green+Blue) = 240+205+240=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0CDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDF0 is #0F320F. Grayscale: #DBDBDB. Windows color (decimal): -995856 or 15781360. OLE color: 15781360.

HSL color Cylindrical-coordinate representation of color #F0CDF0: hue angle of 300º 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 #F0CDF0 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB240205240-
CMYK00.1500.06
HSL300º53.85%87.25%-
HSV(B)300º14.58%94.12%-
XYZ73.4968.4891.78-
YUV219.46139.6142.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 205 (80.47% from 255) = 29.93%
BLUE value IS 240 (94.14% from 255) = 35.04%
R=35.04%
G=29.93%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020524000.1500.0630053.8587.25
HexF0CDF00F0612c3657
Octal3603153600170645466127
Binary1111000011001101111100000111101101001011001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDF0; }

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

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

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

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

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

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

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

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