Shades of Snuff #FCCAF8
Tints of Snuff #FCCAF8
RGB
CMYK
RGB Variations
Color information
#FCCAF8 (or 0xFCCAF8) is known color: Snuff. HEX triplet: FC, CA and F8. RGB value is (252,202,248). Sum of RGB (Red+Green+Blue) = 252+202+248=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF8 is #033507. Grayscale: #DEDEDE. Windows color (decimal): -210184 or 16304892. OLE color: 16304892.
HSL color Cylindrical-coordinate representation of color #FCCAF8: hue angle of 304.8º 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 #FCCAF8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 248 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.01 |
| HSL | 304.8º | 0.89% | 0.89% | - |
| HSV(B) | 304.8º | 0.2% | 0.99% | - |
| XYZ | 78.21 | 69.71 | 98.14 | - |
| YUV | 222.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 248 | 0 | 0.20 | 0.02 | 0.01 | 304.8 | 0.89 | 0.89 |
| Hex | FC | CA | F8 | 0 | 14 | 2 | 1 | 131 | 59 | 59 |
| Octal | 374 | 312 | 370 | 0 | 24 | 2 | 1 | 461 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11111000 | 0 | 10100 | 10 | 1 | 100110001 | 1011001 | 1011001 |
Color Harmonies of #FCCAF8
Complementary color
Monochromatic Colors of #FCCAF8
Black with #FCCAF8
Text Example
Text Example
White with #FCCAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAF8; }
p { color: rgb(252,202,248); }
H1.HeaderClassName
{
color: #FCCAF8;
}
.AnyTagClassName
{
color: #FCCAF8;
}
</style>
background-color css
<style>
a { background-color: #FCCAF8; }
a { background-color: rgb(252,202,248); }
div.DivClassName
{
background-color: #FCCAF8;
}
.BgClassName
{
background-color: #FCCAF8;
}
</style>
border-color css
<style>
span { border-color: #FCCAF8; }
span { border-color: rgb(252,202,248); }
td.TdClassName
{
border-color: #FCCAF8;
}
.TagClassName
{
border-color: #FCCAF8;
}
</style>