Shades of Snuff #FDD2FC
Tints of Snuff #FDD2FC
RGB
CMYK
RGB Variations
Color information
#FDD2FC (or 0xFDD2FC) is known color: Snuff. HEX triplet: FD, D2 and FC. RGB value is (253,210,252). Sum of RGB (Red+Green+Blue) = 253+210+252=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 210 (82.42% from 255 or 29.37% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2FC is #022D03. Grayscale: #E3E3E3. Windows color (decimal): -142596 or 16569085. OLE color: 16569085.
HSL color Cylindrical-coordinate representation of color #FDD2FC: hue angle of 301.4º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2FC is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 210 | 252 | - |
CMYK | 0 | 0.17 | 0.00 | 0.01 |
HSL | 301.4º | 0.91% | 0.91% | - |
HSV(B) | 301.4º | 0.17% | 0.99% | - |
XYZ | 81.13 | 74 | 102.1 | - |
YUV | 227.65 | 141.75 | 146.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 210 | 252 | 0 | 0.17 | 0.00 | 0.01 | 301.4 | 0.91 | 0.91 |
Hex | FD | D2 | FC | 0 | 11 | 0 | 1 | 12D | 5B | 5B |
Octal | 375 | 322 | 374 | 0 | 21 | 0 | 1 | 455 | 133 | 133 |
Binary | 11111101 | 11010010 | 11111100 | 0 | 10001 | 0 | 1 | 100101101 | 1011011 | 1011011 |
Color Harmonies of #FDD2FC
Complementary color
Monochromatic Colors of #FDD2FC
Black with #FDD2FC
Text Example
Text Example
White with #FDD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2FC; }
p { color: rgb(253,210,252); }
H1.HeaderClassName
{
color: #FDD2FC;
}
.AnyTagClassName
{
color: #FDD2FC;
}
</style>
background-color css
<style>
a { background-color: #FDD2FC; }
a { background-color: rgb(253,210,252); }
div.DivClassName
{
background-color: #FDD2FC;
}
.BgClassName
{
background-color: #FDD2FC;
}
</style>
border-color css
<style>
span { border-color: #FDD2FC; }
span { border-color: rgb(253,210,252); }
td.TdClassName
{
border-color: #FDD2FC;
}
.TagClassName
{
border-color: #FDD2FC;
}
</style>