Shades of Pale Pink #FEDADC
Tints of Pale Pink #FEDADC
RGB
CMYK
RGB Variations
Color information
#FEDADC (or 0xFEDADC) is known color: Pale Pink. HEX triplet: FE, DA and DC. RGB value is (254,218,220). Sum of RGB (Red+Green+Blue) = 254+218+220=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDADC is #012523. Grayscale: #E5E5E5. Windows color (decimal): -75044 or 14473982. OLE color: 14473982.
HSL color Cylindrical-coordinate representation of color #FEDADC: hue angle of 356.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDADC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 220 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.00 |
| HSL | 356.67º | 0.95% | 0.93% | - |
| HSV(B) | 356.67º | 0.14% | 1% | - |
| XYZ | 78.86 | 76.38 | 78.3 | - |
| YUV | 228.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 220 | 0 | 0.14 | 0.13 | 0.00 | 356.67 | 0.95 | 0.93 |
| Hex | FE | DA | DC | 0 | E | D | 0 | 165 | 5F | 5D |
| Octal | 376 | 332 | 334 | 0 | 16 | 15 | 0 | 545 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11011100 | 0 | 1110 | 1101 | 0 | 101100101 | 1011111 | 1011101 |
Color Harmonies of #FEDADC
Complementary color
Monochromatic Colors of #FEDADC
Black with #FEDADC
Text Example
Text Example
White with #FEDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDADC; }
p { color: rgb(254,218,220); }
H1.HeaderClassName
{
color: #FEDADC;
}
.AnyTagClassName
{
color: #FEDADC;
}
</style>
background-color css
<style>
a { background-color: #FEDADC; }
a { background-color: rgb(254,218,220); }
div.DivClassName
{
background-color: #FEDADC;
}
.BgClassName
{
background-color: #FEDADC;
}
</style>
border-color css
<style>
span { border-color: #FEDADC; }
span { border-color: rgb(254,218,220); }
td.TdClassName
{
border-color: #FEDADC;
}
.TagClassName
{
border-color: #FEDADC;
}
</style>