Shades of Snuff #F7CAFC
Tints of Snuff #F7CAFC
RGB
CMYK
RGB Variations
Color information
#F7CAFC (or 0xF7CAFC) is known color: Snuff. HEX triplet: F7, CA and FC. RGB value is (247,202,252). Sum of RGB (Red+Green+Blue) = 247+202+252=701 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.24% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7CAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CAFC is #083503. Grayscale: #DCDCDC. Windows color (decimal): -537860 or 16567031. OLE color: 16567031.
HSL color Cylindrical-coordinate representation of color #F7CAFC: hue angle of 294º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7CAFC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 202 | 252 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.01 |
| HSL | 294º | 0.89% | 0.89% | - |
| HSV(B) | 294º | 0.2% | 0.99% | - |
| XYZ | 77.05 | 69.04 | 101.36 | - |
| YUV | 221.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 252 | 0.02 | 0.20 | 0 | 0.01 | 294 | 0.89 | 0.89 |
| Hex | F7 | CA | FC | 2 | 14 | 0 | 1 | 126 | 59 | 59 |
| Octal | 367 | 312 | 374 | 2 | 24 | 0 | 1 | 446 | 131 | 131 |
| Binary | 11110111 | 11001010 | 11111100 | 10 | 10100 | 0 | 1 | 100100110 | 1011001 | 1011001 |
Color Harmonies of #F7CAFC
Complementary color
Monochromatic Colors of #F7CAFC
Black with #F7CAFC
Text Example
Text Example
White with #F7CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CAFC; }
p { color: rgb(247,202,252); }
H1.HeaderClassName
{
color: #F7CAFC;
}
.AnyTagClassName
{
color: #F7CAFC;
}
</style>
background-color css
<style>
a { background-color: #F7CAFC; }
a { background-color: rgb(247,202,252); }
div.DivClassName
{
background-color: #F7CAFC;
}
.BgClassName
{
background-color: #F7CAFC;
}
</style>
border-color css
<style>
span { border-color: #F7CAFC; }
span { border-color: rgb(247,202,252); }
td.TdClassName
{
border-color: #F7CAFC;
}
.TagClassName
{
border-color: #F7CAFC;
}
</style>