Shades of Snuff #FDC0FE
Tints of Snuff #FDC0FE
RGB
CMYK
RGB Variations
Color information
#FDC0FE (or 0xFDC0FE) is known color: Snuff. HEX triplet: FD, C0 and FE. RGB value is (253,192,254). Sum of RGB (Red+Green+Blue) = 253+192+254=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 192 (75.39% from 255 or 27.47% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC0FE is #023F01. Grayscale: #D9D9D9. Windows color (decimal): -147202 or 16695549. OLE color: 16695549.
HSL color Cylindrical-coordinate representation of color #FDC0FE: hue angle of 299.03º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC0FE is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 192 | 254 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.00 |
| HSL | 299.03º | 0.97% | 0.87% | - |
| HSV(B) | 299.03º | 0.24% | 1% | - |
| XYZ | 77.25 | 65.74 | 102.38 | - |
| YUV | 217.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 254 | 0.00 | 0.24 | 0 | 0.00 | 299.03 | 0.97 | 0.87 |
| Hex | FD | C0 | FE | 0 | 18 | 0 | 0 | 12B | 61 | 57 |
| Octal | 375 | 300 | 376 | 0 | 30 | 0 | 0 | 453 | 141 | 127 |
| Binary | 11111101 | 11000000 | 11111110 | 0 | 11000 | 0 | 0 | 100101011 | 1100001 | 1010111 |
Color Harmonies of #FDC0FE
Complementary color
Monochromatic Colors of #FDC0FE
Black with #FDC0FE
Text Example
Text Example
White with #FDC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0FE; }
p { color: rgb(253,192,254); }
H1.HeaderClassName
{
color: #FDC0FE;
}
.AnyTagClassName
{
color: #FDC0FE;
}
</style>
background-color css
<style>
a { background-color: #FDC0FE; }
a { background-color: rgb(253,192,254); }
div.DivClassName
{
background-color: #FDC0FE;
}
.BgClassName
{
background-color: #FDC0FE;
}
</style>
border-color css
<style>
span { border-color: #FDC0FE; }
span { border-color: rgb(253,192,254); }
td.TdClassName
{
border-color: #FDC0FE;
}
.TagClassName
{
border-color: #FDC0FE;
}
</style>