Shades of Snuff #FCC9F4
Tints of Snuff #FCC9F4
RGB
CMYK
RGB Variations
Color information
#FCC9F4 (or 0xFCC9F4) is known color: Snuff. HEX triplet: FC, C9 and F4. RGB value is (252,201,244). Sum of RGB (Red+Green+Blue) = 252+201+244=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 201 (78.91% from 255 or 28.84% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9F4 is #03360B. Grayscale: #DDDDDD. Windows color (decimal): -210444 or 16042492. OLE color: 16042492.
HSL color Cylindrical-coordinate representation of color #FCC9F4: hue angle of 309.41º degrees, saturation: 0.89, 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 #FCC9F4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 244 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.01 |
| HSL | 309.41º | 0.89% | 0.89% | - |
| HSV(B) | 309.41º | 0.2% | 0.99% | - |
| XYZ | 77.36 | 69 | 94.83 | - |
| YUV | 221.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 244 | 0 | 0.20 | 0.03 | 0.01 | 309.41 | 0.89 | 0.89 |
| Hex | FC | C9 | F4 | 0 | 14 | 3 | 1 | 135 | 59 | 59 |
| Octal | 374 | 311 | 364 | 0 | 24 | 3 | 1 | 465 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11110100 | 0 | 10100 | 11 | 1 | 100110101 | 1011001 | 1011001 |
Color Harmonies of #FCC9F4
Complementary color
Monochromatic Colors of #FCC9F4
Black with #FCC9F4
Text Example
Text Example
White with #FCC9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9F4; }
p { color: rgb(252,201,244); }
H1.HeaderClassName
{
color: #FCC9F4;
}
.AnyTagClassName
{
color: #FCC9F4;
}
</style>
background-color css
<style>
a { background-color: #FCC9F4; }
a { background-color: rgb(252,201,244); }
div.DivClassName
{
background-color: #FCC9F4;
}
.BgClassName
{
background-color: #FCC9F4;
}
</style>
border-color css
<style>
span { border-color: #FCC9F4; }
span { border-color: rgb(252,201,244); }
td.TdClassName
{
border-color: #FCC9F4;
}
.TagClassName
{
border-color: #FCC9F4;
}
</style>