Shades of Snuff #FDD4FC
Tints of Snuff #FDD4FC
RGB
CMYK
RGB Variations
Color information
#FDD4FC (or 0xFDD4FC) is known color: Snuff. HEX triplet: FD, D4 and FC. RGB value is (253,212,252). Sum of RGB (Red+Green+Blue) = 253+212+252=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 212 (83.20% from 255 or 29.57% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD4FC is #022B03. Grayscale: #E4E4E4. Windows color (decimal): -142084 or 16569597. OLE color: 16569597.
HSL color Cylindrical-coordinate representation of color #FDD4FC: hue angle of 301.46º 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 #FDD4FC is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 252 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.01 |
| HSL | 301.46º | 0.91% | 0.91% | - |
| HSV(B) | 301.46º | 0.16% | 0.99% | - |
| XYZ | 81.62 | 75 | 102.27 | - |
| YUV | 228.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 252 | 0 | 0.16 | 0.00 | 0.01 | 301.46 | 0.91 | 0.91 |
| Hex | FD | D4 | FC | 0 | 10 | 0 | 1 | 12D | 5B | 5B |
| Octal | 375 | 324 | 374 | 0 | 20 | 0 | 1 | 455 | 133 | 133 |
| Binary | 11111101 | 11010100 | 11111100 | 0 | 10000 | 0 | 1 | 100101101 | 1011011 | 1011011 |
Color Harmonies of #FDD4FC
Complementary color
Monochromatic Colors of #FDD4FC
Black with #FDD4FC
Text Example
Text Example
White with #FDD4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4FC; }
p { color: rgb(253,212,252); }
H1.HeaderClassName
{
color: #FDD4FC;
}
.AnyTagClassName
{
color: #FDD4FC;
}
</style>
background-color css
<style>
a { background-color: #FDD4FC; }
a { background-color: rgb(253,212,252); }
div.DivClassName
{
background-color: #FDD4FC;
}
.BgClassName
{
background-color: #FDD4FC;
}
</style>
border-color css
<style>
span { border-color: #FDD4FC; }
span { border-color: rgb(253,212,252); }
td.TdClassName
{
border-color: #FDD4FC;
}
.TagClassName
{
border-color: #FDD4FC;
}
</style>