Shades of Snuff #F2CDF1
Tints of Snuff #F2CDF1
RGB
CMYK
RGB Variations
Color information
#F2CDF1 (or 0xF2CDF1) is known color: 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
| RGB | 242 | 205 | 241 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.05 |
| HSL | 301.62º | 0.59% | 0.88% | - |
| HSV(B) | 301.62º | 0.15% | 0.95% | - |
| XYZ | 74.33 | 68.89 | 92.6 | - |
| YUV | 220.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 241 | 0 | 0.15 | 0.00 | 0.05 | 301.62 | 0.59 | 0.88 |
| Hex | F2 | CD | F1 | 0 | F | 0 | 5 | 12E | 3B | 58 |
| Octal | 362 | 315 | 361 | 0 | 17 | 0 | 5 | 456 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11110001 | 0 | 1111 | 0 | 101 | 100101110 | 111011 | 1011000 |
Color Harmonies of #F2CDF1
Complementary color
Monochromatic Colors of #F2CDF1
Black with #F2CDF1
Text Example
Text Example
White with #F2CDF1
Text Example
Text Example
HTML Codes & Css Web 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>