Shades of Snuff #FCCAF3
Tints of Snuff #FCCAF3
RGB
CMYK
RGB Variations
Color information
#FCCAF3 (or 0xFCCAF3) is known color: Snuff. HEX triplet: FC, CA and F3. RGB value is (252,202,243). Sum of RGB (Red+Green+Blue) = 252+202+243=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF3 is #03350C. Grayscale: #DDDDDD. Windows color (decimal): -210189 or 15977212. OLE color: 15977212.
HSL color Cylindrical-coordinate representation of color #FCCAF3: hue angle of 310.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 #FCCAF3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 243 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.01 |
| HSL | 310.8º | 0.89% | 0.89% | - |
| HSV(B) | 310.8º | 0.2% | 0.99% | - |
| XYZ | 77.44 | 69.41 | 94.11 | - |
| YUV | 221.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 243 | 0 | 0.20 | 0.04 | 0.01 | 310.8 | 0.89 | 0.89 |
| Hex | FC | CA | F3 | 0 | 14 | 4 | 1 | 137 | 59 | 59 |
| Octal | 374 | 312 | 363 | 0 | 24 | 4 | 1 | 467 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11110011 | 0 | 10100 | 100 | 1 | 100110111 | 1011001 | 1011001 |
Color Harmonies of #FCCAF3
Complementary color
Monochromatic Colors of #FCCAF3
Black with #FCCAF3
Text Example
Text Example
White with #FCCAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAF3; }
p { color: rgb(252,202,243); }
H1.HeaderClassName
{
color: #FCCAF3;
}
.AnyTagClassName
{
color: #FCCAF3;
}
</style>
background-color css
<style>
a { background-color: #FCCAF3; }
a { background-color: rgb(252,202,243); }
div.DivClassName
{
background-color: #FCCAF3;
}
.BgClassName
{
background-color: #FCCAF3;
}
</style>
border-color css
<style>
span { border-color: #FCCAF3; }
span { border-color: rgb(252,202,243); }
td.TdClassName
{
border-color: #FCCAF3;
}
.TagClassName
{
border-color: #FCCAF3;
}
</style>