Shades of Pale Pink #FFDADE
Tints of Pale Pink #FFDADE
RGB
CMYK
RGB Variations
Color information
#FFDADE (or 0xFFDADE) is known color: Pale Pink. HEX triplet: FF, DA and DE. RGB value is (255,218,222). Sum of RGB (Red+Green+Blue) = 255+218+222=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDADE is #002521. Grayscale: #E5E5E5. Windows color (decimal): -9506 or 14605055. OLE color: 14605055.
HSL color Cylindrical-coordinate representation of color #FFDADE: hue angle of 353.51º 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 #FFDADE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 222 | - |
| CMYK | 0 | 0.15 | 0.13 | 0 |
| HSL | 353.51º | 1% | 0.93% | - |
| HSV(B) | 353.51º | 0.15% | 1% | - |
| XYZ | 79.5 | 76.68 | 79.72 | - |
| YUV | 229.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 222 | 0 | 0.15 | 0.13 | 0 | 353.51 | 1 | 0.93 |
| Hex | FF | DA | DE | 0 | F | D | 0 | 162 | 64 | 5D |
| Octal | 377 | 332 | 336 | 0 | 17 | 15 | 0 | 542 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11011110 | 0 | 1111 | 1101 | 0 | 101100010 | 1100100 | 1011101 |
Color Harmonies of #FFDADE
Complementary color
Monochromatic Colors of #FFDADE
Black with #FFDADE
Text Example
Text Example
White with #FFDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDADE; }
p { color: rgb(255,218,222); }
H1.HeaderClassName
{
color: #FFDADE;
}
.AnyTagClassName
{
color: #FFDADE;
}
</style>
background-color css
<style>
a { background-color: #FFDADE; }
a { background-color: rgb(255,218,222); }
div.DivClassName
{
background-color: #FFDADE;
}
.BgClassName
{
background-color: #FFDADE;
}
</style>
border-color css
<style>
span { border-color: #FFDADE; }
span { border-color: rgb(255,218,222); }
td.TdClassName
{
border-color: #FFDADE;
}
.TagClassName
{
border-color: #FFDADE;
}
</style>