Shades of Snuff #FCD7F5
Tints of Snuff #FCD7F5
RGB
CMYK
RGB Variations
Color information
#FCD7F5 (or 0xFCD7F5) is known color: Snuff. HEX triplet: FC, D7 and F5. RGB value is (252,215,245). Sum of RGB (Red+Green+Blue) = 252+215+245=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 215 (84.38% from 255 or 30.20% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7F5 is #03280A. Grayscale: #E5E5E5. Windows color (decimal): -206859 or 16111612. OLE color: 16111612.
HSL color Cylindrical-coordinate representation of color #FCD7F5: hue angle of 311.35º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD7F5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 245 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.01 |
| HSL | 311.35º | 0.86% | 0.92% | - |
| HSV(B) | 311.35º | 0.15% | 0.99% | - |
| XYZ | 80.93 | 75.89 | 96.77 | - |
| YUV | 229.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 245 | 0 | 0.15 | 0.03 | 0.01 | 311.35 | 0.86 | 0.92 |
| Hex | FC | D7 | F5 | 0 | F | 3 | 1 | 137 | 56 | 5C |
| Octal | 374 | 327 | 365 | 0 | 17 | 3 | 1 | 467 | 126 | 134 |
| Binary | 11111100 | 11010111 | 11110101 | 0 | 1111 | 11 | 1 | 100110111 | 1010110 | 1011100 |
Color Harmonies of #FCD7F5
Complementary color
Monochromatic Colors of #FCD7F5
Black with #FCD7F5
Text Example
Text Example
White with #FCD7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7F5; }
p { color: rgb(252,215,245); }
H1.HeaderClassName
{
color: #FCD7F5;
}
.AnyTagClassName
{
color: #FCD7F5;
}
</style>
background-color css
<style>
a { background-color: #FCD7F5; }
a { background-color: rgb(252,215,245); }
div.DivClassName
{
background-color: #FCD7F5;
}
.BgClassName
{
background-color: #FCD7F5;
}
</style>
border-color css
<style>
span { border-color: #FCD7F5; }
span { border-color: rgb(252,215,245); }
td.TdClassName
{
border-color: #FCD7F5;
}
.TagClassName
{
border-color: #FCD7F5;
}
</style>