Shades of Pale Pink #FEDCDE
Tints of Pale Pink #FEDCDE
RGB
CMYK
RGB Variations
Color information
#FEDCDE (or 0xFEDCDE) is known color: Pale Pink. HEX triplet: FE, DC and DE. RGB value is (254,220,222). Sum of RGB (Red+Green+Blue) = 254+220+222=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDE is #012321. Grayscale: #E6E6E6. Windows color (decimal): -74530 or 14605566. OLE color: 14605566.
HSL color Cylindrical-coordinate representation of color #FEDCDE: hue angle of 356.47º 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 #FEDCDE is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 222 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.00 |
| HSL | 356.47º | 0.94% | 0.93% | - |
| HSV(B) | 356.47º | 0.13% | 1% | - |
| XYZ | 79.65 | 77.53 | 79.87 | - |
| YUV | 230.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 222 | 0 | 0.13 | 0.13 | 0.00 | 356.47 | 0.94 | 0.93 |
| Hex | FE | DC | DE | 0 | D | D | 0 | 164 | 5E | 5D |
| Octal | 376 | 334 | 336 | 0 | 15 | 15 | 0 | 544 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11011110 | 0 | 1101 | 1101 | 0 | 101100100 | 1011110 | 1011101 |
Color Harmonies of #FEDCDE
Complementary color
Monochromatic Colors of #FEDCDE
Black with #FEDCDE
Text Example
Text Example
White with #FEDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCDE; }
p { color: rgb(254,220,222); }
H1.HeaderClassName
{
color: #FEDCDE;
}
.AnyTagClassName
{
color: #FEDCDE;
}
</style>
background-color css
<style>
a { background-color: #FEDCDE; }
a { background-color: rgb(254,220,222); }
div.DivClassName
{
background-color: #FEDCDE;
}
.BgClassName
{
background-color: #FEDCDE;
}
</style>
border-color css
<style>
span { border-color: #FEDCDE; }
span { border-color: rgb(254,220,222); }
td.TdClassName
{
border-color: #FEDCDE;
}
.TagClassName
{
border-color: #FEDCDE;
}
</style>