Shades of Snuff #FCCAF9
Tints of Snuff #FCCAF9
RGB
CMYK
RGB Variations
Color information
#FCCAF9 (or 0xFCCAF9) is known color: Snuff. HEX triplet: FC, CA and F9. RGB value is (252,202,249). Sum of RGB (Red+Green+Blue) = 252+202+249=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 202 (79.30% from 255 or 28.73% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF9 is #033506. Grayscale: #DEDEDE. Windows color (decimal): -210183 or 16370428. OLE color: 16370428.
HSL color Cylindrical-coordinate representation of color #FCCAF9: hue angle of 303.6º 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 #FCCAF9 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 249 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.01 |
| HSL | 303.6º | 0.89% | 0.89% | - |
| HSV(B) | 303.6º | 0.2% | 0.99% | - |
| XYZ | 78.36 | 69.78 | 98.96 | - |
| YUV | 222.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 249 | 0 | 0.20 | 0.01 | 0.01 | 303.6 | 0.89 | 0.89 |
| Hex | FC | CA | F9 | 0 | 14 | 1 | 1 | 130 | 59 | 59 |
| Octal | 374 | 312 | 371 | 0 | 24 | 1 | 1 | 460 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11111001 | 0 | 10100 | 1 | 1 | 100110000 | 1011001 | 1011001 |
Color Harmonies of #FCCAF9
Complementary color
Monochromatic Colors of #FCCAF9
Black with #FCCAF9
Text Example
Text Example
White with #FCCAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAF9; }
p { color: rgb(252,202,249); }
H1.HeaderClassName
{
color: #FCCAF9;
}
.AnyTagClassName
{
color: #FCCAF9;
}
</style>
background-color css
<style>
a { background-color: #FCCAF9; }
a { background-color: rgb(252,202,249); }
div.DivClassName
{
background-color: #FCCAF9;
}
.BgClassName
{
background-color: #FCCAF9;
}
</style>
border-color css
<style>
span { border-color: #FCCAF9; }
span { border-color: rgb(252,202,249); }
td.TdClassName
{
border-color: #FCCAF9;
}
.TagClassName
{
border-color: #FCCAF9;
}
</style>