Shades of Snuff #FCCBF9
Tints of Snuff #FCCBF9
RGB
CMYK
RGB Variations
Color information
#FCCBF9 (or 0xFCCBF9) is known color: Snuff. HEX triplet: FC, CB and F9. RGB value is (252,203,249). Sum of RGB (Red+Green+Blue) = 252+203+249=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 203 (79.69% from 255 or 28.84% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF9 is #033406. Grayscale: #DEDEDE. Windows color (decimal): -209927 or 16370684. OLE color: 16370684.
HSL color Cylindrical-coordinate representation of color #FCCBF9: hue angle of 303.67º 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 #FCCBF9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 249 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.01 |
| HSL | 303.67º | 0.89% | 0.89% | - |
| HSV(B) | 303.67º | 0.19% | 0.99% | - |
| XYZ | 78.6 | 70.25 | 99.04 | - |
| YUV | 222.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 249 | 0 | 0.19 | 0.01 | 0.01 | 303.67 | 0.89 | 0.89 |
| Hex | FC | CB | F9 | 0 | 13 | 1 | 1 | 130 | 59 | 59 |
| Octal | 374 | 313 | 371 | 0 | 23 | 1 | 1 | 460 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11111001 | 0 | 10011 | 1 | 1 | 100110000 | 1011001 | 1011001 |
Color Harmonies of #FCCBF9
Complementary color
Monochromatic Colors of #FCCBF9
Black with #FCCBF9
Text Example
Text Example
White with #FCCBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBF9; }
p { color: rgb(252,203,249); }
H1.HeaderClassName
{
color: #FCCBF9;
}
.AnyTagClassName
{
color: #FCCBF9;
}
</style>
background-color css
<style>
a { background-color: #FCCBF9; }
a { background-color: rgb(252,203,249); }
div.DivClassName
{
background-color: #FCCBF9;
}
.BgClassName
{
background-color: #FCCBF9;
}
</style>
border-color css
<style>
span { border-color: #FCCBF9; }
span { border-color: rgb(252,203,249); }
td.TdClassName
{
border-color: #FCCBF9;
}
.TagClassName
{
border-color: #FCCBF9;
}
</style>