Shades of Snuff #FCCFF5
Tints of Snuff #FCCFF5
RGB
CMYK
RGB Variations
Color information
#FCCFF5 (or 0xFCCFF5) is known color: Snuff. HEX triplet: FC, CF and F5. RGB value is (252,207,245). Sum of RGB (Red+Green+Blue) = 252+207+245=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 207 (81.25% from 255 or 29.40% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF5 is #03300A. Grayscale: #E0E0E0. Windows color (decimal): -208907 or 16109564. OLE color: 16109564.
HSL color Cylindrical-coordinate representation of color #FCCFF5: hue angle of 309.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFF5 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 245 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.01 |
| HSL | 309.33º | 0.88% | 0.9% | - |
| HSV(B) | 309.33º | 0.18% | 0.99% | - |
| XYZ | 78.94 | 71.91 | 96.11 | - |
| YUV | 224.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 245 | 0 | 0.18 | 0.03 | 0.01 | 309.33 | 0.88 | 0.9 |
| Hex | FC | CF | F5 | 0 | 12 | 3 | 1 | 135 | 58 | 5A |
| Octal | 374 | 317 | 365 | 0 | 22 | 3 | 1 | 465 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11110101 | 0 | 10010 | 11 | 1 | 100110101 | 1011000 | 1011010 |
Color Harmonies of #FCCFF5
Complementary color
Monochromatic Colors of #FCCFF5
Black with #FCCFF5
Text Example
Text Example
White with #FCCFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFF5; }
p { color: rgb(252,207,245); }
H1.HeaderClassName
{
color: #FCCFF5;
}
.AnyTagClassName
{
color: #FCCFF5;
}
</style>
background-color css
<style>
a { background-color: #FCCFF5; }
a { background-color: rgb(252,207,245); }
div.DivClassName
{
background-color: #FCCFF5;
}
.BgClassName
{
background-color: #FCCFF5;
}
</style>
border-color css
<style>
span { border-color: #FCCFF5; }
span { border-color: rgb(252,207,245); }
td.TdClassName
{
border-color: #FCCFF5;
}
.TagClassName
{
border-color: #FCCFF5;
}
</style>