Shades of Snuff #FCC5F2
Tints of Snuff #FCC5F2
RGB
CMYK
RGB Variations
Color information
#FCC5F2 (or 0xFCC5F2) is known color: Snuff. HEX triplet: FC, C5 and F2. RGB value is (252,197,242). Sum of RGB (Red+Green+Blue) = 252+197+242=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 197 (77.34% from 255 or 28.51% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5F2 is #033A0D. Grayscale: #DADADA. Windows color (decimal): -211470 or 15910396. OLE color: 15910396.
HSL color Cylindrical-coordinate representation of color #FCC5F2: hue angle of 310.91º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5F2 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 242 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.01 |
| HSL | 310.91º | 0.9% | 0.88% | - |
| HSV(B) | 310.91º | 0.22% | 0.99% | - |
| XYZ | 76.14 | 67.04 | 92.93 | - |
| YUV | 218.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 242 | 0 | 0.22 | 0.04 | 0.01 | 310.91 | 0.9 | 0.88 |
| Hex | FC | C5 | F2 | 0 | 16 | 4 | 1 | 137 | 5A | 58 |
| Octal | 374 | 305 | 362 | 0 | 26 | 4 | 1 | 467 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11110010 | 0 | 10110 | 100 | 1 | 100110111 | 1011010 | 1011000 |
Color Harmonies of #FCC5F2
Complementary color
Monochromatic Colors of #FCC5F2
Black with #FCC5F2
Text Example
Text Example
White with #FCC5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5F2; }
p { color: rgb(252,197,242); }
H1.HeaderClassName
{
color: #FCC5F2;
}
.AnyTagClassName
{
color: #FCC5F2;
}
</style>
background-color css
<style>
a { background-color: #FCC5F2; }
a { background-color: rgb(252,197,242); }
div.DivClassName
{
background-color: #FCC5F2;
}
.BgClassName
{
background-color: #FCC5F2;
}
</style>
border-color css
<style>
span { border-color: #FCC5F2; }
span { border-color: rgb(252,197,242); }
td.TdClassName
{
border-color: #FCC5F2;
}
.TagClassName
{
border-color: #FCC5F2;
}
</style>