Shades of Snuff #F8CAF2
Tints of Snuff #F8CAF2
RGB
CMYK
RGB Variations
Color information
#F8CAF2 (or 0xF8CAF2) is known color: Snuff. HEX triplet: F8, CA and F2. RGB value is (248,202,242). Sum of RGB (Red+Green+Blue) = 248+202+242=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAF2 is #07350D. Grayscale: #DCDCDC. Windows color (decimal): -472334 or 15911672. OLE color: 15911672.
HSL color Cylindrical-coordinate representation of color #F8CAF2: hue angle of 307.83º 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 #F8CAF2 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 242 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.03 |
| HSL | 307.83º | 0.77% | 0.88% | - |
| HSV(B) | 307.83º | 0.19% | 0.97% | - |
| XYZ | 75.86 | 68.61 | 93.25 | - |
| YUV | 220.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 242 | 0 | 0.19 | 0.02 | 0.03 | 307.83 | 0.77 | 0.88 |
| Hex | F8 | CA | F2 | 0 | 13 | 2 | 3 | 134 | 4D | 58 |
| Octal | 370 | 312 | 362 | 0 | 23 | 2 | 3 | 464 | 115 | 130 |
| Binary | 11111000 | 11001010 | 11110010 | 0 | 10011 | 10 | 11 | 100110100 | 1001101 | 1011000 |
Color Harmonies of #F8CAF2
Complementary color
Monochromatic Colors of #F8CAF2
Black with #F8CAF2
Text Example
Text Example
White with #F8CAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAF2; }
p { color: rgb(248,202,242); }
H1.HeaderClassName
{
color: #F8CAF2;
}
.AnyTagClassName
{
color: #F8CAF2;
}
</style>
background-color css
<style>
a { background-color: #F8CAF2; }
a { background-color: rgb(248,202,242); }
div.DivClassName
{
background-color: #F8CAF2;
}
.BgClassName
{
background-color: #F8CAF2;
}
</style>
border-color css
<style>
span { border-color: #F8CAF2; }
span { border-color: rgb(248,202,242); }
td.TdClassName
{
border-color: #F8CAF2;
}
.TagClassName
{
border-color: #F8CAF2;
}
</style>