Shades of Pale Pink #FED4DA
Tints of Pale Pink #FED4DA
RGB
CMYK
RGB Variations
Color information
#FED4DA (or 0xFED4DA) is known color: Pale Pink. HEX triplet: FE, D4 and DA. RGB value is (254,212,218). Sum of RGB (Red+Green+Blue) = 254+212+218=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 212 (83.20% from 255 or 30.99% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4DA is #012B25. Grayscale: #E1E1E1. Windows color (decimal): -76582 or 14341374. OLE color: 14341374.
HSL color Cylindrical-coordinate representation of color #FED4DA: hue angle of 351.43º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4DA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 218 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.00 |
| HSL | 351.43º | 0.95% | 0.91% | - |
| HSV(B) | 351.43º | 0.17% | 1% | - |
| XYZ | 77.07 | 73.22 | 76.4 | - |
| YUV | 225.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 218 | 0 | 0.17 | 0.14 | 0.00 | 351.43 | 0.95 | 0.91 |
| Hex | FE | D4 | DA | 0 | 11 | E | 0 | 15F | 5F | 5B |
| Octal | 376 | 324 | 332 | 0 | 21 | 16 | 0 | 537 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11011010 | 0 | 10001 | 1110 | 0 | 101011111 | 1011111 | 1011011 |
Color Harmonies of #FED4DA
Complementary color
Monochromatic Colors of #FED4DA
Black with #FED4DA
Text Example
Text Example
White with #FED4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4DA; }
p { color: rgb(254,212,218); }
H1.HeaderClassName
{
color: #FED4DA;
}
.AnyTagClassName
{
color: #FED4DA;
}
</style>
background-color css
<style>
a { background-color: #FED4DA; }
a { background-color: rgb(254,212,218); }
div.DivClassName
{
background-color: #FED4DA;
}
.BgClassName
{
background-color: #FED4DA;
}
</style>
border-color css
<style>
span { border-color: #FED4DA; }
span { border-color: rgb(254,212,218); }
td.TdClassName
{
border-color: #FED4DA;
}
.TagClassName
{
border-color: #FED4DA;
}
</style>