Shades of Snuff #FCCAF2
Tints of Snuff #FCCAF2
RGB
CMYK
RGB Variations
Color information
#FCCAF2 (or 0xFCCAF2) is known color: Snuff. HEX triplet: FC, CA and F2. RGB value is (252,202,242). Sum of RGB (Red+Green+Blue) = 252+202+242=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF2 is #03350D. Grayscale: #DDDDDD. Windows color (decimal): -210190 or 15911676. OLE color: 15911676.
HSL color Cylindrical-coordinate representation of color #FCCAF2: hue angle of 312º 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 #FCCAF2 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 242 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.01 |
| HSL | 312º | 0.89% | 0.89% | - |
| HSV(B) | 312º | 0.2% | 0.99% | - |
| XYZ | 77.29 | 69.35 | 93.32 | - |
| YUV | 221.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 242 | 0 | 0.20 | 0.04 | 0.01 | 312 | 0.89 | 0.89 |
| Hex | FC | CA | F2 | 0 | 14 | 4 | 1 | 138 | 59 | 59 |
| Octal | 374 | 312 | 362 | 0 | 24 | 4 | 1 | 470 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11110010 | 0 | 10100 | 100 | 1 | 100111000 | 1011001 | 1011001 |
Color Harmonies of #FCCAF2
Complementary color
Monochromatic Colors of #FCCAF2
Black with #FCCAF2
Text Example
Text Example
White with #FCCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAF2; }
p { color: rgb(252,202,242); }
H1.HeaderClassName
{
color: #FCCAF2;
}
.AnyTagClassName
{
color: #FCCAF2;
}
</style>
background-color css
<style>
a { background-color: #FCCAF2; }
a { background-color: rgb(252,202,242); }
div.DivClassName
{
background-color: #FCCAF2;
}
.BgClassName
{
background-color: #FCCAF2;
}
</style>
border-color css
<style>
span { border-color: #FCCAF2; }
span { border-color: rgb(252,202,242); }
td.TdClassName
{
border-color: #FCCAF2;
}
.TagClassName
{
border-color: #FCCAF2;
}
</style>