Shades of Pale Pink #FFD3D9
Tints of Pale Pink #FFD3D9
RGB
CMYK
RGB Variations
Color information
#FFD3D9 (or 0xFFD3D9) is known color: Pale Pink. HEX triplet: FF, D3 and D9. RGB value is (255,211,217). Sum of RGB (Red+Green+Blue) = 255+211+217=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 217 (85.16% from 255 or 31.77% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3D9 is #002C26. Grayscale: #E0E0E0. Windows color (decimal): -11303 or 14275583. OLE color: 14275583.
HSL color Cylindrical-coordinate representation of color #FFD3D9: hue angle of 351.82º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3D9 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 217 | - |
| CMYK | 0 | 0.17 | 0.15 | 0 |
| HSL | 351.82º | 1% | 0.91% | - |
| HSV(B) | 351.82º | 0.17% | 1% | - |
| XYZ | 77.06 | 72.86 | 75.65 | - |
| YUV | 224.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 217 | 0 | 0.17 | 0.15 | 0 | 351.82 | 1 | 0.91 |
| Hex | FF | D3 | D9 | 0 | 11 | F | 0 | 160 | 64 | 5B |
| Octal | 377 | 323 | 331 | 0 | 21 | 17 | 0 | 540 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11011001 | 0 | 10001 | 1111 | 0 | 101100000 | 1100100 | 1011011 |
Color Harmonies of #FFD3D9
Complementary color
Monochromatic Colors of #FFD3D9
Black with #FFD3D9
Text Example
Text Example
White with #FFD3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3D9; }
p { color: rgb(255,211,217); }
H1.HeaderClassName
{
color: #FFD3D9;
}
.AnyTagClassName
{
color: #FFD3D9;
}
</style>
background-color css
<style>
a { background-color: #FFD3D9; }
a { background-color: rgb(255,211,217); }
div.DivClassName
{
background-color: #FFD3D9;
}
.BgClassName
{
background-color: #FFD3D9;
}
</style>
border-color css
<style>
span { border-color: #FFD3D9; }
span { border-color: rgb(255,211,217); }
td.TdClassName
{
border-color: #FFD3D9;
}
.TagClassName
{
border-color: #FFD3D9;
}
</style>