Shades of Snuff #F8CBFE
Tints of Snuff #F8CBFE
RGB
CMYK
RGB Variations
Color information
#F8CBFE (or 0xF8CBFE) is known color: Snuff. HEX triplet: F8, CB and FE. RGB value is (248,203,254). Sum of RGB (Red+Green+Blue) = 248+203+254=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 203 (79.69% from 255 or 28.79% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBFE is #073401. Grayscale: #DEDEDE. Windows color (decimal): -472066 or 16698360. OLE color: 16698360.
HSL color Cylindrical-coordinate representation of color #F8CBFE: hue angle of 292.94º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8CBFE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 203 | 254 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.00 |
| HSL | 292.94º | 0.96% | 0.9% | - |
| HSV(B) | 292.94º | 0.2% | 1% | - |
| XYZ | 77.96 | 69.82 | 103.13 | - |
| YUV | 222.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 254 | 0.02 | 0.20 | 0 | 0.00 | 292.94 | 0.96 | 0.9 |
| Hex | F8 | CB | FE | 2 | 14 | 0 | 0 | 125 | 60 | 5A |
| Octal | 370 | 313 | 376 | 2 | 24 | 0 | 0 | 445 | 140 | 132 |
| Binary | 11111000 | 11001011 | 11111110 | 10 | 10100 | 0 | 0 | 100100101 | 1100000 | 1011010 |
Color Harmonies of #F8CBFE
Complementary color
Monochromatic Colors of #F8CBFE
Black with #F8CBFE
Text Example
Text Example
White with #F8CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBFE; }
p { color: rgb(248,203,254); }
H1.HeaderClassName
{
color: #F8CBFE;
}
.AnyTagClassName
{
color: #F8CBFE;
}
</style>
background-color css
<style>
a { background-color: #F8CBFE; }
a { background-color: rgb(248,203,254); }
div.DivClassName
{
background-color: #F8CBFE;
}
.BgClassName
{
background-color: #F8CBFE;
}
</style>
border-color css
<style>
span { border-color: #F8CBFE; }
span { border-color: rgb(248,203,254); }
td.TdClassName
{
border-color: #F8CBFE;
}
.TagClassName
{
border-color: #F8CBFE;
}
</style>