Shades of Snuff #F2CBF9
Tints of Snuff #F2CBF9
RGB
CMYK
RGB Variations
Color information
#F2CBF9 (or 0xF2CBF9) is known color: Snuff. HEX triplet: F2, CB and F9. RGB value is (242,203,249). Sum of RGB (Red+Green+Blue) = 242+203+249=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2CBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBF9 is #0D3406. Grayscale: #DBDBDB. Windows color (decimal): -865287 or 16370674. OLE color: 16370674.
HSL color Cylindrical-coordinate representation of color #F2CBF9: hue angle of 290.87º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CBF9 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 203 | 249 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.02 |
| HSL | 290.87º | 0.79% | 0.89% | - |
| HSV(B) | 290.87º | 0.18% | 0.98% | - |
| XYZ | 75.07 | 68.43 | 98.87 | - |
| YUV | 219.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 249 | 0.03 | 0.18 | 0 | 0.02 | 290.87 | 0.79 | 0.89 |
| Hex | F2 | CB | F9 | 3 | 12 | 0 | 2 | 123 | 4F | 59 |
| Octal | 362 | 313 | 371 | 3 | 22 | 0 | 2 | 443 | 117 | 131 |
| Binary | 11110010 | 11001011 | 11111001 | 11 | 10010 | 0 | 10 | 100100011 | 1001111 | 1011001 |
Color Harmonies of #F2CBF9
Complementary color
Monochromatic Colors of #F2CBF9
Black with #F2CBF9
Text Example
Text Example
White with #F2CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBF9; }
p { color: rgb(242,203,249); }
H1.HeaderClassName
{
color: #F2CBF9;
}
.AnyTagClassName
{
color: #F2CBF9;
}
</style>
background-color css
<style>
a { background-color: #F2CBF9; }
a { background-color: rgb(242,203,249); }
div.DivClassName
{
background-color: #F2CBF9;
}
.BgClassName
{
background-color: #F2CBF9;
}
</style>
border-color css
<style>
span { border-color: #F2CBF9; }
span { border-color: rgb(242,203,249); }
td.TdClassName
{
border-color: #F2CBF9;
}
.TagClassName
{
border-color: #F2CBF9;
}
</style>