Shades of Snuff #FBCFFD
Tints of Snuff #FBCFFD
RGB
CMYK
RGB Variations
Color information
#FBCFFD (or 0xFBCFFD) is known color: Snuff. HEX triplet: FB, CF and FD. RGB value is (251,207,253). Sum of RGB (Red+Green+Blue) = 251+207+253=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 207 (81.25% from 255 or 29.11% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBCFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFFD is #043002. Grayscale: #E1E1E1. Windows color (decimal): -274435 or 16633851. OLE color: 16633851.
HSL color Cylindrical-coordinate representation of color #FBCFFD: hue angle of 297.39º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFFD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 207 | 253 | - |
CMYK | 0.01 | 0.18 | 0 | 0.01 |
HSL | 297.39º | 0.92% | 0.9% | - |
HSV(B) | 297.39º | 0.18% | 0.99% | - |
XYZ | 79.83 | 72.23 | 102.66 | - |
YUV | 225.4 | 143.58 | 146.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 207 | 253 | 0.01 | 0.18 | 0 | 0.01 | 297.39 | 0.92 | 0.9 |
Hex | FB | CF | FD | 1 | 12 | 0 | 1 | 129 | 5C | 5A |
Octal | 373 | 317 | 375 | 1 | 22 | 0 | 1 | 451 | 134 | 132 |
Binary | 11111011 | 11001111 | 11111101 | 1 | 10010 | 0 | 1 | 100101001 | 1011100 | 1011010 |
Color Harmonies of #FBCFFD
Complementary color
Monochromatic Colors of #FBCFFD
Black with #FBCFFD
Text Example
Text Example
White with #FBCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFFD; }
p { color: rgb(251,207,253); }
H1.HeaderClassName
{
color: #FBCFFD;
}
.AnyTagClassName
{
color: #FBCFFD;
}
</style>
background-color css
<style>
a { background-color: #FBCFFD; }
a { background-color: rgb(251,207,253); }
div.DivClassName
{
background-color: #FBCFFD;
}
.BgClassName
{
background-color: #FBCFFD;
}
</style>
border-color css
<style>
span { border-color: #FBCFFD; }
span { border-color: rgb(251,207,253); }
td.TdClassName
{
border-color: #FBCFFD;
}
.TagClassName
{
border-color: #FBCFFD;
}
</style>