Shades of Pale Pink #FEDEE0
Tints of Pale Pink #FEDEE0
RGB
CMYK
RGB Variations
Color information
#FEDEE0 (or 0xFEDEE0) is known color: Pale Pink. HEX triplet: FE, DE and E0. RGB value is (254,222,224). Sum of RGB (Red+Green+Blue) = 254+222+224=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEE0 is #01211F. Grayscale: #E7E7E7. Windows color (decimal): -74016 or 14737150. OLE color: 14737150.
HSL color Cylindrical-coordinate representation of color #FEDEE0: hue angle of 356.25º 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 #FEDEE0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 224 | - |
CMYK | 0 | 0.13 | 0.12 | 0.00 |
HSL | 356.25º | 0.94% | 0.93% | - |
HSV(B) | 356.25º | 0.13% | 1% | - |
XYZ | 80.45 | 78.7 | 81.47 | - |
YUV | 231.8 | 123.6 | 143.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 224 | 0 | 0.13 | 0.12 | 0.00 | 356.25 | 0.94 | 0.93 |
Hex | FE | DE | E0 | 0 | D | C | 0 | 164 | 5E | 5D |
Octal | 376 | 336 | 340 | 0 | 15 | 14 | 0 | 544 | 136 | 135 |
Binary | 11111110 | 11011110 | 11100000 | 0 | 1101 | 1100 | 0 | 101100100 | 1011110 | 1011101 |
Color Harmonies of #FEDEE0
Complementary color
Monochromatic Colors of #FEDEE0
Black with #FEDEE0
Text Example
Text Example
White with #FEDEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEE0; }
p { color: rgb(254,222,224); }
H1.HeaderClassName
{
color: #FEDEE0;
}
.AnyTagClassName
{
color: #FEDEE0;
}
</style>
background-color css
<style>
a { background-color: #FEDEE0; }
a { background-color: rgb(254,222,224); }
div.DivClassName
{
background-color: #FEDEE0;
}
.BgClassName
{
background-color: #FEDEE0;
}
</style>
border-color css
<style>
span { border-color: #FEDEE0; }
span { border-color: rgb(254,222,224); }
td.TdClassName
{
border-color: #FEDEE0;
}
.TagClassName
{
border-color: #FEDEE0;
}
</style>