Shades of Pale Pink #FED8DC
Tints of Pale Pink #FED8DC
RGB
CMYK
RGB Variations
Color information
#FED8DC (or 0xFED8DC) is known color: Pale Pink. HEX triplet: FE, D8 and DC. RGB value is (254,216,220). Sum of RGB (Red+Green+Blue) = 254+216+220=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8DC is #012723. Grayscale: #E3E3E3. Windows color (decimal): -75556 or 14473470. OLE color: 14473470.
HSL color Cylindrical-coordinate representation of color #FED8DC: hue angle of 353.68º 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 #FED8DC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 220 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.00 |
| HSL | 353.68º | 0.95% | 0.92% | - |
| HSV(B) | 353.68º | 0.15% | 1% | - |
| XYZ | 78.35 | 75.35 | 78.12 | - |
| YUV | 227.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 220 | 0 | 0.15 | 0.13 | 0.00 | 353.68 | 0.95 | 0.92 |
| Hex | FE | D8 | DC | 0 | F | D | 0 | 162 | 5F | 5C |
| Octal | 376 | 330 | 334 | 0 | 17 | 15 | 0 | 542 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11011100 | 0 | 1111 | 1101 | 0 | 101100010 | 1011111 | 1011100 |
Color Harmonies of #FED8DC
Complementary color
Monochromatic Colors of #FED8DC
Black with #FED8DC
Text Example
Text Example
White with #FED8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8DC; }
p { color: rgb(254,216,220); }
H1.HeaderClassName
{
color: #FED8DC;
}
.AnyTagClassName
{
color: #FED8DC;
}
</style>
background-color css
<style>
a { background-color: #FED8DC; }
a { background-color: rgb(254,216,220); }
div.DivClassName
{
background-color: #FED8DC;
}
.BgClassName
{
background-color: #FED8DC;
}
</style>
border-color css
<style>
span { border-color: #FED8DC; }
span { border-color: rgb(254,216,220); }
td.TdClassName
{
border-color: #FED8DC;
}
.TagClassName
{
border-color: #FED8DC;
}
</style>