Shades of Pale Pink #FFD9DE
Tints of Pale Pink #FFD9DE
RGB
CMYK
RGB Variations
Color information
#FFD9DE (or 0xFFD9DE) is known color: Pale Pink. HEX triplet: FF, D9 and DE. RGB value is (255,217,222). Sum of RGB (Red+Green+Blue) = 255+217+222=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9DE is #002621. Grayscale: #E4E4E4. Windows color (decimal): -9762 or 14604799. OLE color: 14604799.
HSL color Cylindrical-coordinate representation of color #FFD9DE: hue angle of 352.11º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9DE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 222 | - |
| CMYK | 0 | 0.15 | 0.13 | 0 |
| HSL | 352.11º | 1% | 0.93% | - |
| HSV(B) | 352.11º | 0.15% | 1% | - |
| XYZ | 79.24 | 76.16 | 79.63 | - |
| YUV | 228.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 222 | 0 | 0.15 | 0.13 | 0 | 352.11 | 1 | 0.93 |
| Hex | FF | D9 | DE | 0 | F | D | 0 | 160 | 64 | 5D |
| Octal | 377 | 331 | 336 | 0 | 17 | 15 | 0 | 540 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11011110 | 0 | 1111 | 1101 | 0 | 101100000 | 1100100 | 1011101 |
Color Harmonies of #FFD9DE
Complementary color
Monochromatic Colors of #FFD9DE
Black with #FFD9DE
Text Example
Text Example
White with #FFD9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9DE; }
p { color: rgb(255,217,222); }
H1.HeaderClassName
{
color: #FFD9DE;
}
.AnyTagClassName
{
color: #FFD9DE;
}
</style>
background-color css
<style>
a { background-color: #FFD9DE; }
a { background-color: rgb(255,217,222); }
div.DivClassName
{
background-color: #FFD9DE;
}
.BgClassName
{
background-color: #FFD9DE;
}
</style>
border-color css
<style>
span { border-color: #FFD9DE; }
span { border-color: rgb(255,217,222); }
td.TdClassName
{
border-color: #FFD9DE;
}
.TagClassName
{
border-color: #FFD9DE;
}
</style>