#F0CDF2

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

Shades of Snuff #F0CDF2

Tints of Snuff #F0CDF2

Color information

#F0CDF2 (or 0xF0CDF2) is unknown color: approx Snuff. HEX triplet: F0, CD and F2. RGB value is (240,205,242). Sum of RGB (Red+Green+Blue) = 240+205+242=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDF2 is #0F320D. Grayscale: #DBDBDB. Windows color (decimal): -995854 or 15912432. OLE color: 15912432.

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

Color convert

RGB240205242-
CMYK0.010.1500.05
HSL296.76º58.73%87.65%-
HSV(B)296.76º15.29%94.9%-
XYZ73.7968.693.36-
YUV219.68140.6142.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.93%
GREEN value IS 205 (80.47% from 255) = 29.84%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=34.93%
G=29.84%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402052420.010.1500.05296.7658.7387.65
HexF0CDF21F051293b58
Octal3603153621170545173130
Binary1111000011001101111100101111101011001010011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDF2; }

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

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

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

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

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

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

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

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