#F2CDF1

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

Shades of Snuff #F2CDF1

Tints of Snuff #F2CDF1

Color information

#F2CDF1 (or 0xF2CDF1) is unknown color: approx Snuff. HEX triplet: F2, CD and F1. RGB value is (242,205,241). Sum of RGB (Red+Green+Blue) = 242+205+241=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDF1 is #0D320E. Grayscale: #DCDCDC. Windows color (decimal): -864783 or 15846898. OLE color: 15846898.

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

Color convert

RGB242205241-
CMYK00.150.000.05
HSL301.62º58.73%87.65%-
HSV(B)301.62º15.29%94.9%-
XYZ74.3368.8992.6-
YUV220.17139.76143.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.17%
GREEN value IS 205 (80.47% from 255) = 29.80%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=35.17%
G=29.80%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220524100.150.000.05301.6258.7387.65
HexF2CDF10F0512e3b58
Octal3623153610170545673130
Binary1111001011001101111100010111101011001011101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDF1; }

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

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

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

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

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

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

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

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