Shades of Pale Pink #FDDADE
Tints of Pale Pink #FDDADE
RGB
CMYK
RGB Variations
Color information
#FDDADE (or 0xFDDADE) is known color: Pale Pink. HEX triplet: FD, DA and DE. RGB value is (253,218,222). Sum of RGB (Red+Green+Blue) = 253+218+222=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDADE is #022521. Grayscale: #E4E4E4. Windows color (decimal): -140578 or 14605053. OLE color: 14605053.
HSL color Cylindrical-coordinate representation of color #FDDADE: hue angle of 353.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDADE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 222 | - |
CMYK | 0 | 0.14 | 0.12 | 0.01 |
HSL | 353.14º | 0.9% | 0.92% | - |
HSV(B) | 353.14º | 0.14% | 0.99% | - |
XYZ | 78.76 | 76.3 | 79.68 | - |
YUV | 228.92 | 124.1 | 145.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 222 | 0 | 0.14 | 0.12 | 0.01 | 353.14 | 0.9 | 0.92 |
Hex | FD | DA | DE | 0 | E | C | 1 | 161 | 5A | 5C |
Octal | 375 | 332 | 336 | 0 | 16 | 14 | 1 | 541 | 132 | 134 |
Binary | 11111101 | 11011010 | 11011110 | 0 | 1110 | 1100 | 1 | 101100001 | 1011010 | 1011100 |
Color Harmonies of #FDDADE
Complementary color
Monochromatic Colors of #FDDADE
Black with #FDDADE
Text Example
Text Example
White with #FDDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDADE; }
p { color: rgb(253,218,222); }
H1.HeaderClassName
{
color: #FDDADE;
}
.AnyTagClassName
{
color: #FDDADE;
}
</style>
background-color css
<style>
a { background-color: #FDDADE; }
a { background-color: rgb(253,218,222); }
div.DivClassName
{
background-color: #FDDADE;
}
.BgClassName
{
background-color: #FDDADE;
}
</style>
border-color css
<style>
span { border-color: #FDDADE; }
span { border-color: rgb(253,218,222); }
td.TdClassName
{
border-color: #FDDADE;
}
.TagClassName
{
border-color: #FDDADE;
}
</style>