Shades of Snuff #FCC9FE
Tints of Snuff #FCC9FE
RGB
CMYK
RGB Variations
Color information
#FCC9FE (or 0xFCC9FE) is known color: Snuff. HEX triplet: FC, C9 and FE. RGB value is (252,201,254). Sum of RGB (Red+Green+Blue) = 252+201+254=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 201 (78.91% from 255 or 28.43% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9FE is #033601. Grayscale: #DEDEDE. Windows color (decimal): -210434 or 16697852. OLE color: 16697852.
HSL color Cylindrical-coordinate representation of color #FCC9FE: hue angle of 297.74º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC9FE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 201 | 254 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.00 |
| HSL | 297.74º | 0.96% | 0.89% | - |
| HSV(B) | 297.74º | 0.21% | 1% | - |
| XYZ | 78.92 | 69.62 | 103.05 | - |
| YUV | 222.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 254 | 0.01 | 0.21 | 0 | 0.00 | 297.74 | 0.96 | 0.89 |
| Hex | FC | C9 | FE | 1 | 15 | 0 | 0 | 12A | 60 | 59 |
| Octal | 374 | 311 | 376 | 1 | 25 | 0 | 0 | 452 | 140 | 131 |
| Binary | 11111100 | 11001001 | 11111110 | 1 | 10101 | 0 | 0 | 100101010 | 1100000 | 1011001 |
Color Harmonies of #FCC9FE
Complementary color
Monochromatic Colors of #FCC9FE
Black with #FCC9FE
Text Example
Text Example
White with #FCC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9FE; }
p { color: rgb(252,201,254); }
H1.HeaderClassName
{
color: #FCC9FE;
}
.AnyTagClassName
{
color: #FCC9FE;
}
</style>
background-color css
<style>
a { background-color: #FCC9FE; }
a { background-color: rgb(252,201,254); }
div.DivClassName
{
background-color: #FCC9FE;
}
.BgClassName
{
background-color: #FCC9FE;
}
</style>
border-color css
<style>
span { border-color: #FCC9FE; }
span { border-color: rgb(252,201,254); }
td.TdClassName
{
border-color: #FCC9FE;
}
.TagClassName
{
border-color: #FCC9FE;
}
</style>