#F2CDF0

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

Shades of Snuff #F2CDF0

Tints of Snuff #F2CDF0

Color information

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

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

Color convert

RGB242205240-
CMYK00.150.010.05
HSL303.24º58.73%87.65%-
HSV(B)303.24º15.29%94.9%-
XYZ74.1868.8391.81-
YUV220.05139.26143.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220524000.150.010.05303.2458.7387.65
HexF2CDF00F1512f3b58
Octal3623153600171545773130
Binary1111001011001101111100000111111011001011111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDF0; }

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

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

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

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

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

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

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

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