Shades of Snuff #FBCEF8
Tints of Snuff #FBCEF8
RGB
CMYK
RGB Variations
Color information
#FBCEF8 (or 0xFBCEF8) is known color: Snuff. HEX triplet: FB, CE and F8. RGB value is (251,206,248). Sum of RGB (Red+Green+Blue) = 251+206+248=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEF8 is #043107. Grayscale: #E0E0E0. Windows color (decimal): -274696 or 16305915. OLE color: 16305915.
HSL color Cylindrical-coordinate representation of color #FBCEF8: hue angle of 304º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCEF8 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 248 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.02 |
| HSL | 304º | 0.85% | 0.9% | - |
| HSV(B) | 304º | 0.18% | 0.98% | - |
| XYZ | 78.8 | 71.43 | 98.44 | - |
| YUV | 224.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 248 | 0 | 0.18 | 0.01 | 0.02 | 304 | 0.85 | 0.9 |
| Hex | FB | CE | F8 | 0 | 12 | 1 | 2 | 130 | 55 | 5A |
| Octal | 373 | 316 | 370 | 0 | 22 | 1 | 2 | 460 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11111000 | 0 | 10010 | 1 | 10 | 100110000 | 1010101 | 1011010 |
Color Harmonies of #FBCEF8
Complementary color
Monochromatic Colors of #FBCEF8
Black with #FBCEF8
Text Example
Text Example
White with #FBCEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEF8; }
p { color: rgb(251,206,248); }
H1.HeaderClassName
{
color: #FBCEF8;
}
.AnyTagClassName
{
color: #FBCEF8;
}
</style>
background-color css
<style>
a { background-color: #FBCEF8; }
a { background-color: rgb(251,206,248); }
div.DivClassName
{
background-color: #FBCEF8;
}
.BgClassName
{
background-color: #FBCEF8;
}
</style>
border-color css
<style>
span { border-color: #FBCEF8; }
span { border-color: rgb(251,206,248); }
td.TdClassName
{
border-color: #FBCEF8;
}
.TagClassName
{
border-color: #FBCEF8;
}
</style>