Shades of Pale Pink #FFD2D9
Tints of Pale Pink #FFD2D9
RGB
CMYK
RGB Variations
Color information
#FFD2D9 (or 0xFFD2D9) is known color: Pale Pink. HEX triplet: FF, D2 and D9. RGB value is (255,210,217). Sum of RGB (Red+Green+Blue) = 255+210+217=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2D9 is #002D26. Grayscale: #E0E0E0. Windows color (decimal): -11559 or 14275327. OLE color: 14275327.
HSL color Cylindrical-coordinate representation of color #FFD2D9: hue angle of 350.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 #FFD2D9 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 217 | - |
| CMYK | 0 | 0.18 | 0.15 | 0 |
| HSL | 350.67º | 1% | 0.91% | - |
| HSV(B) | 350.67º | 0.18% | 1% | - |
| XYZ | 76.81 | 72.36 | 75.56 | - |
| YUV | 224.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 217 | 0 | 0.18 | 0.15 | 0 | 350.67 | 1 | 0.91 |
| Hex | FF | D2 | D9 | 0 | 12 | F | 0 | 15F | 64 | 5B |
| Octal | 377 | 322 | 331 | 0 | 22 | 17 | 0 | 537 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11011001 | 0 | 10010 | 1111 | 0 | 101011111 | 1100100 | 1011011 |
Color Harmonies of #FFD2D9
Complementary color
Monochromatic Colors of #FFD2D9
Black with #FFD2D9
Text Example
Text Example
White with #FFD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2D9; }
p { color: rgb(255,210,217); }
H1.HeaderClassName
{
color: #FFD2D9;
}
.AnyTagClassName
{
color: #FFD2D9;
}
</style>
background-color css
<style>
a { background-color: #FFD2D9; }
a { background-color: rgb(255,210,217); }
div.DivClassName
{
background-color: #FFD2D9;
}
.BgClassName
{
background-color: #FFD2D9;
}
</style>
border-color css
<style>
span { border-color: #FFD2D9; }
span { border-color: rgb(255,210,217); }
td.TdClassName
{
border-color: #FFD2D9;
}
.TagClassName
{
border-color: #FFD2D9;
}
</style>