Shades of Snuff #F2CAF6
Tints of Snuff #F2CAF6
RGB
CMYK
RGB Variations
Color information
#F2CAF6 (or 0xF2CAF6) is known color: Snuff. HEX triplet: F2, CA and F6. RGB value is (242,202,246). Sum of RGB (Red+Green+Blue) = 242+202+246=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2CAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAF6 is #0D3509. Grayscale: #DADADA. Windows color (decimal): -865546 or 16173810. OLE color: 16173810.
HSL color Cylindrical-coordinate representation of color #F2CAF6: hue angle of 294.55º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CAF6 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 202 | 246 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.04 |
| HSL | 294.55º | 0.71% | 0.88% | - |
| HSV(B) | 294.55º | 0.18% | 0.96% | - |
| XYZ | 74.37 | 67.77 | 96.35 | - |
| YUV | 218.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 246 | 0.02 | 0.18 | 0 | 0.04 | 294.55 | 0.71 | 0.88 |
| Hex | F2 | CA | F6 | 2 | 12 | 0 | 4 | 127 | 47 | 58 |
| Octal | 362 | 312 | 366 | 2 | 22 | 0 | 4 | 447 | 107 | 130 |
| Binary | 11110010 | 11001010 | 11110110 | 10 | 10010 | 0 | 100 | 100100111 | 1000111 | 1011000 |
Color Harmonies of #F2CAF6
Complementary color
Monochromatic Colors of #F2CAF6
Black with #F2CAF6
Text Example
Text Example
White with #F2CAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CAF6; }
p { color: rgb(242,202,246); }
H1.HeaderClassName
{
color: #F2CAF6;
}
.AnyTagClassName
{
color: #F2CAF6;
}
</style>
background-color css
<style>
a { background-color: #F2CAF6; }
a { background-color: rgb(242,202,246); }
div.DivClassName
{
background-color: #F2CAF6;
}
.BgClassName
{
background-color: #F2CAF6;
}
</style>
border-color css
<style>
span { border-color: #F2CAF6; }
span { border-color: rgb(242,202,246); }
td.TdClassName
{
border-color: #F2CAF6;
}
.TagClassName
{
border-color: #F2CAF6;
}
</style>