Shades of Pale Pink #FEDDE0
Tints of Pale Pink #FEDDE0
RGB
CMYK
RGB Variations
Color information
#FEDDE0 (or 0xFEDDE0) is known color: Pale Pink. HEX triplet: FE, DD and E0. RGB value is (254,221,224). Sum of RGB (Red+Green+Blue) = 254+221+224=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDE0 is #01221F. Grayscale: #E7E7E7. Windows color (decimal): -74272 or 14736894. OLE color: 14736894.
HSL color Cylindrical-coordinate representation of color #FEDDE0: hue angle of 354.55º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDDE0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 224 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.00 |
| HSL | 354.55º | 0.94% | 0.93% | - |
| HSV(B) | 354.55º | 0.13% | 1% | - |
| XYZ | 80.18 | 78.17 | 81.38 | - |
| YUV | 231.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 224 | 0 | 0.13 | 0.12 | 0.00 | 354.55 | 0.94 | 0.93 |
| Hex | FE | DD | E0 | 0 | D | C | 0 | 163 | 5E | 5D |
| Octal | 376 | 335 | 340 | 0 | 15 | 14 | 0 | 543 | 136 | 135 |
| Binary | 11111110 | 11011101 | 11100000 | 0 | 1101 | 1100 | 0 | 101100011 | 1011110 | 1011101 |
Color Harmonies of #FEDDE0
Complementary color
Monochromatic Colors of #FEDDE0
Black with #FEDDE0
Text Example
Text Example
White with #FEDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDE0; }
p { color: rgb(254,221,224); }
H1.HeaderClassName
{
color: #FEDDE0;
}
.AnyTagClassName
{
color: #FEDDE0;
}
</style>
background-color css
<style>
a { background-color: #FEDDE0; }
a { background-color: rgb(254,221,224); }
div.DivClassName
{
background-color: #FEDDE0;
}
.BgClassName
{
background-color: #FEDDE0;
}
</style>
border-color css
<style>
span { border-color: #FEDDE0; }
span { border-color: rgb(254,221,224); }
td.TdClassName
{
border-color: #FEDDE0;
}
.TagClassName
{
border-color: #FEDDE0;
}
</style>