Shades of Pale Pink #FFD8DD
Tints of Pale Pink #FFD8DD
RGB
CMYK
RGB Variations
Color information
#FFD8DD (or 0xFFD8DD) is known color: Pale Pink. HEX triplet: FF, D8 and DD. RGB value is (255,216,221). Sum of RGB (Red+Green+Blue) = 255+216+221=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8DD is #002722. Grayscale: #E4E4E4. Windows color (decimal): -10019 or 14539007. OLE color: 14539007.
HSL color Cylindrical-coordinate representation of color #FFD8DD: hue angle of 352.31º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8DD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 221 | - |
| CMYK | 0 | 0.15 | 0.13 | 0 |
| HSL | 352.31º | 1% | 0.92% | - |
| HSV(B) | 352.31º | 0.15% | 1% | - |
| XYZ | 78.85 | 75.59 | 78.84 | - |
| YUV | 228.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 221 | 0 | 0.15 | 0.13 | 0 | 352.31 | 1 | 0.92 |
| Hex | FF | D8 | DD | 0 | F | D | 0 | 160 | 64 | 5C |
| Octal | 377 | 330 | 335 | 0 | 17 | 15 | 0 | 540 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11011101 | 0 | 1111 | 1101 | 0 | 101100000 | 1100100 | 1011100 |
Color Harmonies of #FFD8DD
Complementary color
Monochromatic Colors of #FFD8DD
Black with #FFD8DD
Text Example
Text Example
White with #FFD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8DD; }
p { color: rgb(255,216,221); }
H1.HeaderClassName
{
color: #FFD8DD;
}
.AnyTagClassName
{
color: #FFD8DD;
}
</style>
background-color css
<style>
a { background-color: #FFD8DD; }
a { background-color: rgb(255,216,221); }
div.DivClassName
{
background-color: #FFD8DD;
}
.BgClassName
{
background-color: #FFD8DD;
}
</style>
border-color css
<style>
span { border-color: #FFD8DD; }
span { border-color: rgb(255,216,221); }
td.TdClassName
{
border-color: #FFD8DD;
}
.TagClassName
{
border-color: #FFD8DD;
}
</style>