Shades of Snuff #F8CAF5
Tints of Snuff #F8CAF5
RGB
CMYK
RGB Variations
Color information
#F8CAF5 (or 0xF8CAF5) is known color: Snuff. HEX triplet: F8, CA and F5. RGB value is (248,202,245). Sum of RGB (Red+Green+Blue) = 248+202+245=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAF5 is #07350A. Grayscale: #DCDCDC. Windows color (decimal): -472331 or 16108280. OLE color: 16108280.
HSL color Cylindrical-coordinate representation of color #F8CAF5: hue angle of 303.91º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CAF5 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 245 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.03 |
| HSL | 303.91º | 0.77% | 0.88% | - |
| HSV(B) | 303.91º | 0.19% | 0.97% | - |
| XYZ | 76.31 | 68.79 | 95.64 | - |
| YUV | 220.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 245 | 0 | 0.19 | 0.01 | 0.03 | 303.91 | 0.77 | 0.88 |
| Hex | F8 | CA | F5 | 0 | 13 | 1 | 3 | 130 | 4D | 58 |
| Octal | 370 | 312 | 365 | 0 | 23 | 1 | 3 | 460 | 115 | 130 |
| Binary | 11111000 | 11001010 | 11110101 | 0 | 10011 | 1 | 11 | 100110000 | 1001101 | 1011000 |
Color Harmonies of #F8CAF5
Complementary color
Monochromatic Colors of #F8CAF5
Black with #F8CAF5
Text Example
Text Example
White with #F8CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAF5; }
p { color: rgb(248,202,245); }
H1.HeaderClassName
{
color: #F8CAF5;
}
.AnyTagClassName
{
color: #F8CAF5;
}
</style>
background-color css
<style>
a { background-color: #F8CAF5; }
a { background-color: rgb(248,202,245); }
div.DivClassName
{
background-color: #F8CAF5;
}
.BgClassName
{
background-color: #F8CAF5;
}
</style>
border-color css
<style>
span { border-color: #F8CAF5; }
span { border-color: rgb(248,202,245); }
td.TdClassName
{
border-color: #F8CAF5;
}
.TagClassName
{
border-color: #F8CAF5;
}
</style>