Shades of Pale Pink #FEDFE0
Tints of Pale Pink #FEDFE0
RGB
CMYK
RGB Variations
Color information
#FEDFE0 (or 0xFEDFE0) is known color: Pale Pink. HEX triplet: FE, DF and E0. RGB value is (254,223,224). Sum of RGB (Red+Green+Blue) = 254+223+224=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFE0 is #01201F. Grayscale: #E8E8E8. Windows color (decimal): -73760 or 14737406. OLE color: 14737406.
HSL color Cylindrical-coordinate representation of color #FEDFE0: hue angle of 358.06º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFE0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 224 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.00 |
| HSL | 358.06º | 0.94% | 0.94% | - |
| HSV(B) | 358.06º | 0.12% | 1% | - |
| XYZ | 80.72 | 79.23 | 81.56 | - |
| YUV | 232.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 224 | 0 | 0.12 | 0.12 | 0.00 | 358.06 | 0.94 | 0.94 |
| Hex | FE | DF | E0 | 0 | C | C | 0 | 166 | 5E | 5E |
| Octal | 376 | 337 | 340 | 0 | 14 | 14 | 0 | 546 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11100000 | 0 | 1100 | 1100 | 0 | 101100110 | 1011110 | 1011110 |
Color Harmonies of #FEDFE0
Complementary color
Monochromatic Colors of #FEDFE0
Black with #FEDFE0
Text Example
Text Example
White with #FEDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFE0; }
p { color: rgb(254,223,224); }
H1.HeaderClassName
{
color: #FEDFE0;
}
.AnyTagClassName
{
color: #FEDFE0;
}
</style>
background-color css
<style>
a { background-color: #FEDFE0; }
a { background-color: rgb(254,223,224); }
div.DivClassName
{
background-color: #FEDFE0;
}
.BgClassName
{
background-color: #FEDFE0;
}
</style>
border-color css
<style>
span { border-color: #FEDFE0; }
span { border-color: rgb(254,223,224); }
td.TdClassName
{
border-color: #FEDFE0;
}
.TagClassName
{
border-color: #FEDFE0;
}
</style>