Shades of Snuff #FDD5FC
Tints of Snuff #FDD5FC
RGB
CMYK
RGB Variations
Color information
#FDD5FC (or 0xFDD5FC) is known color: Snuff. HEX triplet: FD, D5 and FC. RGB value is (253,213,252). Sum of RGB (Red+Green+Blue) = 253+213+252=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 213 (83.59% from 255 or 29.67% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD5FC is #022A03. Grayscale: #E5E5E5. Windows color (decimal): -141828 or 16569853. OLE color: 16569853.
HSL color Cylindrical-coordinate representation of color #FDD5FC: hue angle of 301.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD5FC is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 252 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.01 |
| HSL | 301.5º | 0.91% | 0.91% | - |
| HSV(B) | 301.5º | 0.16% | 0.99% | - |
| XYZ | 81.87 | 75.5 | 102.35 | - |
| YUV | 229.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 252 | 0 | 0.16 | 0.00 | 0.01 | 301.5 | 0.91 | 0.91 |
| Hex | FD | D5 | FC | 0 | 10 | 0 | 1 | 12E | 5B | 5B |
| Octal | 375 | 325 | 374 | 0 | 20 | 0 | 1 | 456 | 133 | 133 |
| Binary | 11111101 | 11010101 | 11111100 | 0 | 10000 | 0 | 1 | 100101110 | 1011011 | 1011011 |
Color Harmonies of #FDD5FC
Complementary color
Monochromatic Colors of #FDD5FC
Black with #FDD5FC
Text Example
Text Example
White with #FDD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5FC; }
p { color: rgb(253,213,252); }
H1.HeaderClassName
{
color: #FDD5FC;
}
.AnyTagClassName
{
color: #FDD5FC;
}
</style>
background-color css
<style>
a { background-color: #FDD5FC; }
a { background-color: rgb(253,213,252); }
div.DivClassName
{
background-color: #FDD5FC;
}
.BgClassName
{
background-color: #FDD5FC;
}
</style>
border-color css
<style>
span { border-color: #FDD5FC; }
span { border-color: rgb(253,213,252); }
td.TdClassName
{
border-color: #FDD5FC;
}
.TagClassName
{
border-color: #FDD5FC;
}
</style>