Shades of Snuff #FBCAFD
Tints of Snuff #FBCAFD
RGB
CMYK
RGB Variations
Color information
#FBCAFD (or 0xFBCAFD) is known color: Snuff. HEX triplet: FB, CA and FD. RGB value is (251,202,253). Sum of RGB (Red+Green+Blue) = 251+202+253=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 202 (79.30% from 255 or 28.61% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAFD is #043502. Grayscale: #DEDEDE. Windows color (decimal): -275715 or 16632571. OLE color: 16632571.
HSL color Cylindrical-coordinate representation of color #FBCAFD: hue angle of 297.65º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAFD is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 202 | 253 | - |
CMYK | 0.01 | 0.20 | 0 | 0.01 |
HSL | 297.65º | 0.93% | 0.89% | - |
HSV(B) | 297.65º | 0.2% | 0.99% | - |
XYZ | 78.63 | 69.84 | 102.26 | - |
YUV | 222.47 | 145.23 | 148.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 202 | 253 | 0.01 | 0.20 | 0 | 0.01 | 297.65 | 0.93 | 0.89 |
Hex | FB | CA | FD | 1 | 14 | 0 | 1 | 12A | 5D | 59 |
Octal | 373 | 312 | 375 | 1 | 24 | 0 | 1 | 452 | 135 | 131 |
Binary | 11111011 | 11001010 | 11111101 | 1 | 10100 | 0 | 1 | 100101010 | 1011101 | 1011001 |
Color Harmonies of #FBCAFD
Complementary color
Monochromatic Colors of #FBCAFD
Black with #FBCAFD
Text Example
Text Example
White with #FBCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAFD; }
p { color: rgb(251,202,253); }
H1.HeaderClassName
{
color: #FBCAFD;
}
.AnyTagClassName
{
color: #FBCAFD;
}
</style>
background-color css
<style>
a { background-color: #FBCAFD; }
a { background-color: rgb(251,202,253); }
div.DivClassName
{
background-color: #FBCAFD;
}
.BgClassName
{
background-color: #FBCAFD;
}
</style>
border-color css
<style>
span { border-color: #FBCAFD; }
span { border-color: rgb(251,202,253); }
td.TdClassName
{
border-color: #FBCAFD;
}
.TagClassName
{
border-color: #FBCAFD;
}
</style>