Shades of Snuff #F8CAFC
Tints of Snuff #F8CAFC
RGB
CMYK
RGB Variations
Color information
#F8CAFC (or 0xF8CAFC) is known color: Snuff. HEX triplet: F8, CA and FC. RGB value is (248,202,252). Sum of RGB (Red+Green+Blue) = 248+202+252=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8CAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAFC is #073503. Grayscale: #DDDDDD. Windows color (decimal): -472324 or 16567032. OLE color: 16567032.
HSL color Cylindrical-coordinate representation of color #F8CAFC: hue angle of 295.2º 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 #F8CAFC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 202 | 252 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.01 |
| HSL | 295.2º | 0.89% | 0.89% | - |
| HSV(B) | 295.2º | 0.2% | 0.99% | - |
| XYZ | 77.4 | 69.23 | 101.38 | - |
| YUV | 221.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 252 | 0.02 | 0.20 | 0 | 0.01 | 295.2 | 0.89 | 0.89 |
| Hex | F8 | CA | FC | 2 | 14 | 0 | 1 | 127 | 59 | 59 |
| Octal | 370 | 312 | 374 | 2 | 24 | 0 | 1 | 447 | 131 | 131 |
| Binary | 11111000 | 11001010 | 11111100 | 10 | 10100 | 0 | 1 | 100100111 | 1011001 | 1011001 |
Color Harmonies of #F8CAFC
Complementary color
Monochromatic Colors of #F8CAFC
Black with #F8CAFC
Text Example
Text Example
White with #F8CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAFC; }
p { color: rgb(248,202,252); }
H1.HeaderClassName
{
color: #F8CAFC;
}
.AnyTagClassName
{
color: #F8CAFC;
}
</style>
background-color css
<style>
a { background-color: #F8CAFC; }
a { background-color: rgb(248,202,252); }
div.DivClassName
{
background-color: #F8CAFC;
}
.BgClassName
{
background-color: #F8CAFC;
}
</style>
border-color css
<style>
span { border-color: #F8CAFC; }
span { border-color: rgb(248,202,252); }
td.TdClassName
{
border-color: #F8CAFC;
}
.TagClassName
{
border-color: #F8CAFC;
}
</style>