Shades of Snuff #FCCBFB
Tints of Snuff #FCCBFB
RGB
CMYK
RGB Variations
Color information
#FCCBFB (or 0xFCCBFB) is known color: Snuff. HEX triplet: FC, CB and FB. RGB value is (252,203,251). Sum of RGB (Red+Green+Blue) = 252+203+251=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 203 (79.69% from 255 or 28.75% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBFB is #033404. Grayscale: #DEDEDE. Windows color (decimal): -209925 or 16501756. OLE color: 16501756.
HSL color Cylindrical-coordinate representation of color #FCCBFB: hue angle of 301.22º 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 #FCCBFB is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 251 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.01 |
| HSL | 301.22º | 0.89% | 0.89% | - |
| HSV(B) | 301.22º | 0.19% | 0.99% | - |
| XYZ | 78.91 | 70.37 | 100.69 | - |
| YUV | 223.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 251 | 0 | 0.19 | 0.00 | 0.01 | 301.22 | 0.89 | 0.89 |
| Hex | FC | CB | FB | 0 | 13 | 0 | 1 | 12D | 59 | 59 |
| Octal | 374 | 313 | 373 | 0 | 23 | 0 | 1 | 455 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11111011 | 0 | 10011 | 0 | 1 | 100101101 | 1011001 | 1011001 |
Color Harmonies of #FCCBFB
Complementary color
Monochromatic Colors of #FCCBFB
Black with #FCCBFB
Text Example
Text Example
White with #FCCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBFB; }
p { color: rgb(252,203,251); }
H1.HeaderClassName
{
color: #FCCBFB;
}
.AnyTagClassName
{
color: #FCCBFB;
}
</style>
background-color css
<style>
a { background-color: #FCCBFB; }
a { background-color: rgb(252,203,251); }
div.DivClassName
{
background-color: #FCCBFB;
}
.BgClassName
{
background-color: #FCCBFB;
}
</style>
border-color css
<style>
span { border-color: #FCCBFB; }
span { border-color: rgb(252,203,251); }
td.TdClassName
{
border-color: #FCCBFB;
}
.TagClassName
{
border-color: #FCCBFB;
}
</style>