Shades of Snuff #FDC3FF
Tints of Snuff #FDC3FF
RGB
CMYK
RGB Variations
Color information
#FDC3FF (or 0xFDC3FF) is known color: Snuff. HEX triplet: FD, C3 and FF. RGB value is (253,195,255). Sum of RGB (Red+Green+Blue) = 253+195+255=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 195 (76.56% from 255 or 27.74% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3FF is #023C00. Grayscale: #DBDBDB. Windows color (decimal): -146433 or 16761853. OLE color: 16761853.
HSL color Cylindrical-coordinate representation of color #FDC3FF: hue angle of 298º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC3FF is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 195 | 255 | - |
| CMYK | 0.01 | 0.24 | 0 | 0 |
| HSL | 298º | 1% | 0.88% | - |
| HSV(B) | 298º | 0.24% | 1% | - |
| XYZ | 78.07 | 67.13 | 103.45 | - |
| YUV | 219.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 255 | 0.01 | 0.24 | 0 | 0 | 298 | 1 | 0.88 |
| Hex | FD | C3 | FF | 1 | 18 | 0 | 0 | 12A | 64 | 58 |
| Octal | 375 | 303 | 377 | 1 | 30 | 0 | 0 | 452 | 144 | 130 |
| Binary | 11111101 | 11000011 | 11111111 | 1 | 11000 | 0 | 0 | 100101010 | 1100100 | 1011000 |
Color Harmonies of #FDC3FF
Complementary color
Monochromatic Colors of #FDC3FF
Black with #FDC3FF
Text Example
Text Example
White with #FDC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3FF; }
p { color: rgb(253,195,255); }
H1.HeaderClassName
{
color: #FDC3FF;
}
.AnyTagClassName
{
color: #FDC3FF;
}
</style>
background-color css
<style>
a { background-color: #FDC3FF; }
a { background-color: rgb(253,195,255); }
div.DivClassName
{
background-color: #FDC3FF;
}
.BgClassName
{
background-color: #FDC3FF;
}
</style>
border-color css
<style>
span { border-color: #FDC3FF; }
span { border-color: rgb(253,195,255); }
td.TdClassName
{
border-color: #FDC3FF;
}
.TagClassName
{
border-color: #FDC3FF;
}
</style>