Shades of Snuff #FCD7FA
Tints of Snuff #FCD7FA
RGB
CMYK
RGB Variations
Color information
#FCD7FA (or 0xFCD7FA) is known color: Snuff. HEX triplet: FC, D7 and FA. RGB value is (252,215,250). Sum of RGB (Red+Green+Blue) = 252+215+250=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 215 (84.38% from 255 or 29.99% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7FA is #032805. Grayscale: #E5E5E5. Windows color (decimal): -206854 or 16439292. OLE color: 16439292.
HSL color Cylindrical-coordinate representation of color #FCD7FA: hue angle of 303.24º 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 #FCD7FA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 250 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.01 |
| HSL | 303.24º | 0.86% | 0.92% | - |
| HSV(B) | 303.24º | 0.15% | 0.99% | - |
| XYZ | 81.7 | 76.2 | 100.84 | - |
| YUV | 230.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 250 | 0 | 0.15 | 0.01 | 0.01 | 303.24 | 0.86 | 0.92 |
| Hex | FC | D7 | FA | 0 | F | 1 | 1 | 12F | 56 | 5C |
| Octal | 374 | 327 | 372 | 0 | 17 | 1 | 1 | 457 | 126 | 134 |
| Binary | 11111100 | 11010111 | 11111010 | 0 | 1111 | 1 | 1 | 100101111 | 1010110 | 1011100 |
Color Harmonies of #FCD7FA
Complementary color
Monochromatic Colors of #FCD7FA
Black with #FCD7FA
Text Example
Text Example
White with #FCD7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7FA; }
p { color: rgb(252,215,250); }
H1.HeaderClassName
{
color: #FCD7FA;
}
.AnyTagClassName
{
color: #FCD7FA;
}
</style>
background-color css
<style>
a { background-color: #FCD7FA; }
a { background-color: rgb(252,215,250); }
div.DivClassName
{
background-color: #FCD7FA;
}
.BgClassName
{
background-color: #FCD7FA;
}
</style>
border-color css
<style>
span { border-color: #FCD7FA; }
span { border-color: rgb(252,215,250); }
td.TdClassName
{
border-color: #FCD7FA;
}
.TagClassName
{
border-color: #FCD7FA;
}
</style>