Shades of Snuff #FCC4F5
Tints of Snuff #FCC4F5
RGB
CMYK
RGB Variations
Color information
#FCC4F5 (or 0xFCC4F5) is known color: Snuff. HEX triplet: FC, C4 and F5. RGB value is (252,196,245). Sum of RGB (Red+Green+Blue) = 252+196+245=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 196 (76.95% from 255 or 28.28% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4F5 is #033B0A. Grayscale: #DADADA. Windows color (decimal): -211723 or 16106748. OLE color: 16106748.
HSL color Cylindrical-coordinate representation of color #FCC4F5: hue angle of 307.5º 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 #FCC4F5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 245 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.01 |
| HSL | 307.5º | 0.9% | 0.88% | - |
| HSV(B) | 307.5º | 0.22% | 0.99% | - |
| XYZ | 76.37 | 66.77 | 95.25 | - |
| YUV | 218.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 245 | 0 | 0.22 | 0.03 | 0.01 | 307.5 | 0.9 | 0.88 |
| Hex | FC | C4 | F5 | 0 | 16 | 3 | 1 | 134 | 5A | 58 |
| Octal | 374 | 304 | 365 | 0 | 26 | 3 | 1 | 464 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11110101 | 0 | 10110 | 11 | 1 | 100110100 | 1011010 | 1011000 |
Color Harmonies of #FCC4F5
Complementary color
Monochromatic Colors of #FCC4F5
Black with #FCC4F5
Text Example
Text Example
White with #FCC4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4F5; }
p { color: rgb(252,196,245); }
H1.HeaderClassName
{
color: #FCC4F5;
}
.AnyTagClassName
{
color: #FCC4F5;
}
</style>
background-color css
<style>
a { background-color: #FCC4F5; }
a { background-color: rgb(252,196,245); }
div.DivClassName
{
background-color: #FCC4F5;
}
.BgClassName
{
background-color: #FCC4F5;
}
</style>
border-color css
<style>
span { border-color: #FCC4F5; }
span { border-color: rgb(252,196,245); }
td.TdClassName
{
border-color: #FCC4F5;
}
.TagClassName
{
border-color: #FCC4F5;
}
</style>