Shades of Snuff #F7CAFA
Tints of Snuff #F7CAFA
RGB
CMYK
RGB Variations
Color information
#F7CAFA (or 0xF7CAFA) is known color: Snuff. HEX triplet: F7, CA and FA. RGB value is (247,202,250). Sum of RGB (Red+Green+Blue) = 247+202+250=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CAFA is #083505. Grayscale: #DCDCDC. Windows color (decimal): -537862 or 16435959. OLE color: 16435959.
HSL color Cylindrical-coordinate representation of color #F7CAFA: hue angle of 296.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7CAFA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 202 | 250 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.02 |
| HSL | 296.25º | 0.83% | 0.89% | - |
| HSV(B) | 296.25º | 0.19% | 0.98% | - |
| XYZ | 76.73 | 68.92 | 99.7 | - |
| YUV | 220.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 250 | 0.01 | 0.19 | 0 | 0.02 | 296.25 | 0.83 | 0.89 |
| Hex | F7 | CA | FA | 1 | 13 | 0 | 2 | 128 | 53 | 59 |
| Octal | 367 | 312 | 372 | 1 | 23 | 0 | 2 | 450 | 123 | 131 |
| Binary | 11110111 | 11001010 | 11111010 | 1 | 10011 | 0 | 10 | 100101000 | 1010011 | 1011001 |
Color Harmonies of #F7CAFA
Complementary color
Monochromatic Colors of #F7CAFA
Black with #F7CAFA
Text Example
Text Example
White with #F7CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CAFA; }
p { color: rgb(247,202,250); }
H1.HeaderClassName
{
color: #F7CAFA;
}
.AnyTagClassName
{
color: #F7CAFA;
}
</style>
background-color css
<style>
a { background-color: #F7CAFA; }
a { background-color: rgb(247,202,250); }
div.DivClassName
{
background-color: #F7CAFA;
}
.BgClassName
{
background-color: #F7CAFA;
}
</style>
border-color css
<style>
span { border-color: #F7CAFA; }
span { border-color: rgb(247,202,250); }
td.TdClassName
{
border-color: #F7CAFA;
}
.TagClassName
{
border-color: #F7CAFA;
}
</style>