Shades of Pale Pink #FED9DD
Tints of Pale Pink #FED9DD
RGB
CMYK
RGB Variations
Color information
#FED9DD (or 0xFED9DD) is known color: Pale Pink. HEX triplet: FE, D9 and DD. RGB value is (254,217,221). Sum of RGB (Red+Green+Blue) = 254+217+221=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9DD is #012622. Grayscale: #E4E4E4. Windows color (decimal): -75299 or 14539262. OLE color: 14539262.
HSL color Cylindrical-coordinate representation of color #FED9DD: hue angle of 353.51º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED9DD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 221 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.00 |
| HSL | 353.51º | 0.95% | 0.92% | - |
| HSV(B) | 353.51º | 0.15% | 1% | - |
| XYZ | 78.74 | 75.92 | 78.91 | - |
| YUV | 228.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 221 | 0 | 0.15 | 0.13 | 0.00 | 353.51 | 0.95 | 0.92 |
| Hex | FE | D9 | DD | 0 | F | D | 0 | 162 | 5F | 5C |
| Octal | 376 | 331 | 335 | 0 | 17 | 15 | 0 | 542 | 137 | 134 |
| Binary | 11111110 | 11011001 | 11011101 | 0 | 1111 | 1101 | 0 | 101100010 | 1011111 | 1011100 |
Color Harmonies of #FED9DD
Complementary color
Monochromatic Colors of #FED9DD
Black with #FED9DD
Text Example
Text Example
White with #FED9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9DD; }
p { color: rgb(254,217,221); }
H1.HeaderClassName
{
color: #FED9DD;
}
.AnyTagClassName
{
color: #FED9DD;
}
</style>
background-color css
<style>
a { background-color: #FED9DD; }
a { background-color: rgb(254,217,221); }
div.DivClassName
{
background-color: #FED9DD;
}
.BgClassName
{
background-color: #FED9DD;
}
</style>
border-color css
<style>
span { border-color: #FED9DD; }
span { border-color: rgb(254,217,221); }
td.TdClassName
{
border-color: #FED9DD;
}
.TagClassName
{
border-color: #FED9DD;
}
</style>