Shades of Pale Pink #FFDADD
Tints of Pale Pink #FFDADD
RGB
CMYK
RGB Variations
Color information
#FFDADD (or 0xFFDADD) is known color: Pale Pink. HEX triplet: FF, DA and DD. RGB value is (255,218,221). Sum of RGB (Red+Green+Blue) = 255+218+221=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDADD is #002522. Grayscale: #E5E5E5. Windows color (decimal): -9507 or 14539519. OLE color: 14539519.
HSL color Cylindrical-coordinate representation of color #FFDADD: hue angle of 355.14º 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 #FFDADD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 221 | - |
| CMYK | 0 | 0.15 | 0.13 | 0 |
| HSL | 355.14º | 1% | 0.93% | - |
| HSV(B) | 355.14º | 0.15% | 1% | - |
| XYZ | 79.36 | 76.62 | 79.01 | - |
| YUV | 229.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 221 | 0 | 0.15 | 0.13 | 0 | 355.14 | 1 | 0.93 |
| Hex | FF | DA | DD | 0 | F | D | 0 | 163 | 64 | 5D |
| Octal | 377 | 332 | 335 | 0 | 17 | 15 | 0 | 543 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11011101 | 0 | 1111 | 1101 | 0 | 101100011 | 1100100 | 1011101 |
Color Harmonies of #FFDADD
Complementary color
Monochromatic Colors of #FFDADD
Black with #FFDADD
Text Example
Text Example
White with #FFDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDADD; }
p { color: rgb(255,218,221); }
H1.HeaderClassName
{
color: #FFDADD;
}
.AnyTagClassName
{
color: #FFDADD;
}
</style>
background-color css
<style>
a { background-color: #FFDADD; }
a { background-color: rgb(255,218,221); }
div.DivClassName
{
background-color: #FFDADD;
}
.BgClassName
{
background-color: #FFDADD;
}
</style>
border-color css
<style>
span { border-color: #FFDADD; }
span { border-color: rgb(255,218,221); }
td.TdClassName
{
border-color: #FFDADD;
}
.TagClassName
{
border-color: #FFDADD;
}
</style>