Shades of Pale Pink #FED4D9
Tints of Pale Pink #FED4D9
RGB
CMYK
RGB Variations
Color information
#FED4D9 (or 0xFED4D9) is known color: Pale Pink. HEX triplet: FE, D4 and D9. RGB value is (254,212,217). Sum of RGB (Red+Green+Blue) = 254+212+217=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 217 (85.16% from 255 or 31.77% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4D9 is #012B26. Grayscale: #E1E1E1. Windows color (decimal): -76583 or 14275838. OLE color: 14275838.
HSL color Cylindrical-coordinate representation of color #FED4D9: hue angle of 352.86º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4D9 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 217 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.00 |
| HSL | 352.86º | 0.95% | 0.91% | - |
| HSV(B) | 352.86º | 0.17% | 1% | - |
| XYZ | 76.94 | 73.17 | 75.71 | - |
| YUV | 225.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 217 | 0 | 0.17 | 0.15 | 0.00 | 352.86 | 0.95 | 0.91 |
| Hex | FE | D4 | D9 | 0 | 11 | F | 0 | 161 | 5F | 5B |
| Octal | 376 | 324 | 331 | 0 | 21 | 17 | 0 | 541 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11011001 | 0 | 10001 | 1111 | 0 | 101100001 | 1011111 | 1011011 |
Color Harmonies of #FED4D9
Complementary color
Monochromatic Colors of #FED4D9
Black with #FED4D9
Text Example
Text Example
White with #FED4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4D9; }
p { color: rgb(254,212,217); }
H1.HeaderClassName
{
color: #FED4D9;
}
.AnyTagClassName
{
color: #FED4D9;
}
</style>
background-color css
<style>
a { background-color: #FED4D9; }
a { background-color: rgb(254,212,217); }
div.DivClassName
{
background-color: #FED4D9;
}
.BgClassName
{
background-color: #FED4D9;
}
</style>
border-color css
<style>
span { border-color: #FED4D9; }
span { border-color: rgb(254,212,217); }
td.TdClassName
{
border-color: #FED4D9;
}
.TagClassName
{
border-color: #FED4D9;
}
</style>