Shades of Snuff #FBCAFE
Tints of Snuff #FBCAFE
RGB
CMYK
RGB Variations
Color information
#FBCAFE (or 0xFBCAFE) is known color: Snuff. HEX triplet: FB, CA and FE. RGB value is (251,202,254). Sum of RGB (Red+Green+Blue) = 251+202+254=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 202 (79.30% from 255 or 28.57% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAFE is #043501. Grayscale: #DEDEDE. Windows color (decimal): -275714 or 16698107. OLE color: 16698107.
HSL color Cylindrical-coordinate representation of color #FBCAFE: hue angle of 296.54º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAFE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 202 | 254 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.00 |
| HSL | 296.54º | 0.96% | 0.89% | - |
| HSV(B) | 296.54º | 0.2% | 1% | - |
| XYZ | 78.79 | 69.91 | 103.11 | - |
| YUV | 222.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 254 | 0.01 | 0.20 | 0 | 0.00 | 296.54 | 0.96 | 0.89 |
| Hex | FB | CA | FE | 1 | 14 | 0 | 0 | 129 | 60 | 59 |
| Octal | 373 | 312 | 376 | 1 | 24 | 0 | 0 | 451 | 140 | 131 |
| Binary | 11111011 | 11001010 | 11111110 | 1 | 10100 | 0 | 0 | 100101001 | 1100000 | 1011001 |
Color Harmonies of #FBCAFE
Complementary color
Monochromatic Colors of #FBCAFE
Black with #FBCAFE
Text Example
Text Example
White with #FBCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAFE; }
p { color: rgb(251,202,254); }
H1.HeaderClassName
{
color: #FBCAFE;
}
.AnyTagClassName
{
color: #FBCAFE;
}
</style>
background-color css
<style>
a { background-color: #FBCAFE; }
a { background-color: rgb(251,202,254); }
div.DivClassName
{
background-color: #FBCAFE;
}
.BgClassName
{
background-color: #FBCAFE;
}
</style>
border-color css
<style>
span { border-color: #FBCAFE; }
span { border-color: rgb(251,202,254); }
td.TdClassName
{
border-color: #FBCAFE;
}
.TagClassName
{
border-color: #FBCAFE;
}
</style>