Shades of Pale Pink #FED9DC
Tints of Pale Pink #FED9DC
RGB
CMYK
RGB Variations
Color information
#FED9DC (or 0xFED9DC) is known color: Pale Pink. HEX triplet: FE, D9 and DC. RGB value is (254,217,220). Sum of RGB (Red+Green+Blue) = 254+217+220=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9DC is #012623. Grayscale: #E4E4E4. Windows color (decimal): -75300 or 14473726. OLE color: 14473726.
HSL color Cylindrical-coordinate representation of color #FED9DC: hue angle of 355.14º 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 #FED9DC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 220 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.00 |
| HSL | 355.14º | 0.95% | 0.92% | - |
| HSV(B) | 355.14º | 0.15% | 1% | - |
| XYZ | 78.6 | 75.86 | 78.21 | - |
| YUV | 228.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 220 | 0 | 0.15 | 0.13 | 0.00 | 355.14 | 0.95 | 0.92 |
| Hex | FE | D9 | DC | 0 | F | D | 0 | 163 | 5F | 5C |
| Octal | 376 | 331 | 334 | 0 | 17 | 15 | 0 | 543 | 137 | 134 |
| Binary | 11111110 | 11011001 | 11011100 | 0 | 1111 | 1101 | 0 | 101100011 | 1011111 | 1011100 |
Color Harmonies of #FED9DC
Complementary color
Monochromatic Colors of #FED9DC
Black with #FED9DC
Text Example
Text Example
White with #FED9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9DC; }
p { color: rgb(254,217,220); }
H1.HeaderClassName
{
color: #FED9DC;
}
.AnyTagClassName
{
color: #FED9DC;
}
</style>
background-color css
<style>
a { background-color: #FED9DC; }
a { background-color: rgb(254,217,220); }
div.DivClassName
{
background-color: #FED9DC;
}
.BgClassName
{
background-color: #FED9DC;
}
</style>
border-color css
<style>
span { border-color: #FED9DC; }
span { border-color: rgb(254,217,220); }
td.TdClassName
{
border-color: #FED9DC;
}
.TagClassName
{
border-color: #FED9DC;
}
</style>