Shades of Snuff #FFD2FD
Tints of Snuff #FFD2FD
RGB
CMYK
RGB Variations
Color information
#FFD2FD (or 0xFFD2FD) is known color: Snuff. HEX triplet: FF, D2 and FD. RGB value is (255,210,253). Sum of RGB (Red+Green+Blue) = 255+210+253=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 210 (82.42% from 255 or 29.25% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2FD is #002D02. Grayscale: #E4E4E4. Windows color (decimal): -11523 or 16634623. OLE color: 16634623.
HSL color Cylindrical-coordinate representation of color #FFD2FD: hue angle of 302.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2FD is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 253 | - |
| CMYK | 0 | 0.18 | 0.01 | 0 |
| HSL | 302.67º | 1% | 0.91% | - |
| HSV(B) | 302.67º | 0.18% | 1% | - |
| XYZ | 82.02 | 74.45 | 102.98 | - |
| YUV | 228.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 253 | 0 | 0.18 | 0.01 | 0 | 302.67 | 1 | 0.91 |
| Hex | FF | D2 | FD | 0 | 12 | 1 | 0 | 12F | 64 | 5B |
| Octal | 377 | 322 | 375 | 0 | 22 | 1 | 0 | 457 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11111101 | 0 | 10010 | 1 | 0 | 100101111 | 1100100 | 1011011 |
Color Harmonies of #FFD2FD
Complementary color
Monochromatic Colors of #FFD2FD
Black with #FFD2FD
Text Example
Text Example
White with #FFD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2FD; }
p { color: rgb(255,210,253); }
H1.HeaderClassName
{
color: #FFD2FD;
}
.AnyTagClassName
{
color: #FFD2FD;
}
</style>
background-color css
<style>
a { background-color: #FFD2FD; }
a { background-color: rgb(255,210,253); }
div.DivClassName
{
background-color: #FFD2FD;
}
.BgClassName
{
background-color: #FFD2FD;
}
</style>
border-color css
<style>
span { border-color: #FFD2FD; }
span { border-color: rgb(255,210,253); }
td.TdClassName
{
border-color: #FFD2FD;
}
.TagClassName
{
border-color: #FFD2FD;
}
</style>