Shades of Snuff #F9CAF2
Tints of Snuff #F9CAF2
RGB
CMYK
RGB Variations
Color information
#F9CAF2 (or 0xF9CAF2) is known color: Snuff. HEX triplet: F9, CA and F2. RGB value is (249,202,242). Sum of RGB (Red+Green+Blue) = 249+202+242=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAF2 is #06350D. Grayscale: #DCDCDC. Windows color (decimal): -406798 or 15911673. OLE color: 15911673.
HSL color Cylindrical-coordinate representation of color #F9CAF2: hue angle of 308.94º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CAF2 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 242 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.02 |
| HSL | 308.94º | 0.8% | 0.88% | - |
| HSV(B) | 308.94º | 0.19% | 0.98% | - |
| XYZ | 76.21 | 68.79 | 93.27 | - |
| YUV | 220.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 242 | 0 | 0.19 | 0.03 | 0.02 | 308.94 | 0.8 | 0.88 |
| Hex | F9 | CA | F2 | 0 | 13 | 3 | 2 | 135 | 50 | 58 |
| Octal | 371 | 312 | 362 | 0 | 23 | 3 | 2 | 465 | 120 | 130 |
| Binary | 11111001 | 11001010 | 11110010 | 0 | 10011 | 11 | 10 | 100110101 | 1010000 | 1011000 |
Color Harmonies of #F9CAF2
Complementary color
Monochromatic Colors of #F9CAF2
Black with #F9CAF2
Text Example
Text Example
White with #F9CAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAF2; }
p { color: rgb(249,202,242); }
H1.HeaderClassName
{
color: #F9CAF2;
}
.AnyTagClassName
{
color: #F9CAF2;
}
</style>
background-color css
<style>
a { background-color: #F9CAF2; }
a { background-color: rgb(249,202,242); }
div.DivClassName
{
background-color: #F9CAF2;
}
.BgClassName
{
background-color: #F9CAF2;
}
</style>
border-color css
<style>
span { border-color: #F9CAF2; }
span { border-color: rgb(249,202,242); }
td.TdClassName
{
border-color: #F9CAF2;
}
.TagClassName
{
border-color: #F9CAF2;
}
</style>