Shades of Pale Pink #FED7DD
Tints of Pale Pink #FED7DD
RGB
CMYK
RGB Variations
Color information
#FED7DD (or 0xFED7DD) is known color: Pale Pink. HEX triplet: FE, D7 and DD. RGB value is (254,215,221). Sum of RGB (Red+Green+Blue) = 254+215+221=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7DD is #012822. Grayscale: #E3E3E3. Windows color (decimal): -75811 or 14538750. OLE color: 14538750.
HSL color Cylindrical-coordinate representation of color #FED7DD: hue angle of 350.77º 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 #FED7DD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 221 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.00 |
| HSL | 350.77º | 0.95% | 0.92% | - |
| HSV(B) | 350.77º | 0.15% | 1% | - |
| XYZ | 78.22 | 74.89 | 78.74 | - |
| YUV | 227.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 221 | 0 | 0.15 | 0.13 | 0.00 | 350.77 | 0.95 | 0.92 |
| Hex | FE | D7 | DD | 0 | F | D | 0 | 15F | 5F | 5C |
| Octal | 376 | 327 | 335 | 0 | 17 | 15 | 0 | 537 | 137 | 134 |
| Binary | 11111110 | 11010111 | 11011101 | 0 | 1111 | 1101 | 0 | 101011111 | 1011111 | 1011100 |
Color Harmonies of #FED7DD
Complementary color
Monochromatic Colors of #FED7DD
Black with #FED7DD
Text Example
Text Example
White with #FED7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7DD; }
p { color: rgb(254,215,221); }
H1.HeaderClassName
{
color: #FED7DD;
}
.AnyTagClassName
{
color: #FED7DD;
}
</style>
background-color css
<style>
a { background-color: #FED7DD; }
a { background-color: rgb(254,215,221); }
div.DivClassName
{
background-color: #FED7DD;
}
.BgClassName
{
background-color: #FED7DD;
}
</style>
border-color css
<style>
span { border-color: #FED7DD; }
span { border-color: rgb(254,215,221); }
td.TdClassName
{
border-color: #FED7DD;
}
.TagClassName
{
border-color: #FED7DD;
}
</style>