Shades of Snuff #F8CBF2
Tints of Snuff #F8CBF2
RGB
CMYK
RGB Variations
Color information
#F8CBF2 (or 0xF8CBF2) is known color: Snuff. HEX triplet: F8, CB and F2. RGB value is (248,203,242). Sum of RGB (Red+Green+Blue) = 248+203+242=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBF2 is #07340D. Grayscale: #DCDCDC. Windows color (decimal): -472078 or 15911928. OLE color: 15911928.
HSL color Cylindrical-coordinate representation of color #F8CBF2: hue angle of 308º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CBF2 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 242 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.03 |
| HSL | 308º | 0.76% | 0.88% | - |
| HSV(B) | 308º | 0.18% | 0.97% | - |
| XYZ | 76.09 | 69.08 | 93.33 | - |
| YUV | 220.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 242 | 0 | 0.18 | 0.02 | 0.03 | 308 | 0.76 | 0.88 |
| Hex | F8 | CB | F2 | 0 | 12 | 2 | 3 | 134 | 4C | 58 |
| Octal | 370 | 313 | 362 | 0 | 22 | 2 | 3 | 464 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11110010 | 0 | 10010 | 10 | 11 | 100110100 | 1001100 | 1011000 |
Color Harmonies of #F8CBF2
Complementary color
Monochromatic Colors of #F8CBF2
Black with #F8CBF2
Text Example
Text Example
White with #F8CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBF2; }
p { color: rgb(248,203,242); }
H1.HeaderClassName
{
color: #F8CBF2;
}
.AnyTagClassName
{
color: #F8CBF2;
}
</style>
background-color css
<style>
a { background-color: #F8CBF2; }
a { background-color: rgb(248,203,242); }
div.DivClassName
{
background-color: #F8CBF2;
}
.BgClassName
{
background-color: #F8CBF2;
}
</style>
border-color css
<style>
span { border-color: #F8CBF2; }
span { border-color: rgb(248,203,242); }
td.TdClassName
{
border-color: #F8CBF2;
}
.TagClassName
{
border-color: #F8CBF2;
}
</style>