Shades of Snuff #FCCBFA
Tints of Snuff #FCCBFA
RGB
CMYK
RGB Variations
Color information
#FCCBFA (or 0xFCCBFA) is known color: Snuff. HEX triplet: FC, CB and FA. RGB value is (252,203,250). Sum of RGB (Red+Green+Blue) = 252+203+250=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 203 (79.69% from 255 or 28.79% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBFA is #033405. Grayscale: #DEDEDE. Windows color (decimal): -209926 or 16436220. OLE color: 16436220.
HSL color Cylindrical-coordinate representation of color #FCCBFA: hue angle of 302.45º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBFA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 250 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.01 |
| HSL | 302.45º | 0.89% | 0.89% | - |
| HSV(B) | 302.45º | 0.19% | 0.99% | - |
| XYZ | 78.76 | 70.31 | 99.86 | - |
| YUV | 223.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 250 | 0 | 0.19 | 0.01 | 0.01 | 302.45 | 0.89 | 0.89 |
| Hex | FC | CB | FA | 0 | 13 | 1 | 1 | 12E | 59 | 59 |
| Octal | 374 | 313 | 372 | 0 | 23 | 1 | 1 | 456 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11111010 | 0 | 10011 | 1 | 1 | 100101110 | 1011001 | 1011001 |
Color Harmonies of #FCCBFA
Complementary color
Monochromatic Colors of #FCCBFA
Black with #FCCBFA
Text Example
Text Example
White with #FCCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBFA; }
p { color: rgb(252,203,250); }
H1.HeaderClassName
{
color: #FCCBFA;
}
.AnyTagClassName
{
color: #FCCBFA;
}
</style>
background-color css
<style>
a { background-color: #FCCBFA; }
a { background-color: rgb(252,203,250); }
div.DivClassName
{
background-color: #FCCBFA;
}
.BgClassName
{
background-color: #FCCBFA;
}
</style>
border-color css
<style>
span { border-color: #FCCBFA; }
span { border-color: rgb(252,203,250); }
td.TdClassName
{
border-color: #FCCBFA;
}
.TagClassName
{
border-color: #FCCBFA;
}
</style>