Shades of Snuff #FDC7FE
Tints of Snuff #FDC7FE
RGB
CMYK
RGB Variations
Color information
#FDC7FE (or 0xFDC7FE) is known color: Snuff. HEX triplet: FD, C7 and FE. RGB value is (253,199,254). Sum of RGB (Red+Green+Blue) = 253+199+254=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 199 (78.12% from 255 or 28.19% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7FE is #023801. Grayscale: #DDDDDD. Windows color (decimal): -145410 or 16697341. OLE color: 16697341.
HSL color Cylindrical-coordinate representation of color #FDC7FE: hue angle of 298.91º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC7FE is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 199 | 254 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.00 |
| HSL | 298.91º | 0.96% | 0.89% | - |
| HSV(B) | 298.91º | 0.22% | 1% | - |
| XYZ | 78.82 | 68.89 | 102.91 | - |
| YUV | 221.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 254 | 0.00 | 0.22 | 0 | 0.00 | 298.91 | 0.96 | 0.89 |
| Hex | FD | C7 | FE | 0 | 16 | 0 | 0 | 12B | 60 | 59 |
| Octal | 375 | 307 | 376 | 0 | 26 | 0 | 0 | 453 | 140 | 131 |
| Binary | 11111101 | 11000111 | 11111110 | 0 | 10110 | 0 | 0 | 100101011 | 1100000 | 1011001 |
Color Harmonies of #FDC7FE
Complementary color
Monochromatic Colors of #FDC7FE
Black with #FDC7FE
Text Example
Text Example
White with #FDC7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7FE; }
p { color: rgb(253,199,254); }
H1.HeaderClassName
{
color: #FDC7FE;
}
.AnyTagClassName
{
color: #FDC7FE;
}
</style>
background-color css
<style>
a { background-color: #FDC7FE; }
a { background-color: rgb(253,199,254); }
div.DivClassName
{
background-color: #FDC7FE;
}
.BgClassName
{
background-color: #FDC7FE;
}
</style>
border-color css
<style>
span { border-color: #FDC7FE; }
span { border-color: rgb(253,199,254); }
td.TdClassName
{
border-color: #FDC7FE;
}
.TagClassName
{
border-color: #FDC7FE;
}
</style>