Shades of Pale Pink #FEDBDE
Tints of Pale Pink #FEDBDE
RGB
CMYK
RGB Variations
Color information
#FEDBDE (or 0xFEDBDE) is known color: Pale Pink. HEX triplet: FE, DB and DE. RGB value is (254,219,222). Sum of RGB (Red+Green+Blue) = 254+219+222=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBDE is #012421. Grayscale: #E5E5E5. Windows color (decimal): -74786 or 14605310. OLE color: 14605310.
HSL color Cylindrical-coordinate representation of color #FEDBDE: hue angle of 354.86º 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 #FEDBDE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 222 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.00 |
| HSL | 354.86º | 0.95% | 0.93% | - |
| HSV(B) | 354.86º | 0.14% | 1% | - |
| XYZ | 79.39 | 77.01 | 79.79 | - |
| YUV | 229.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 222 | 0 | 0.14 | 0.13 | 0.00 | 354.86 | 0.95 | 0.93 |
| Hex | FE | DB | DE | 0 | E | D | 0 | 163 | 5F | 5D |
| Octal | 376 | 333 | 336 | 0 | 16 | 15 | 0 | 543 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11011110 | 0 | 1110 | 1101 | 0 | 101100011 | 1011111 | 1011101 |
Color Harmonies of #FEDBDE
Complementary color
Monochromatic Colors of #FEDBDE
Black with #FEDBDE
Text Example
Text Example
White with #FEDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBDE; }
p { color: rgb(254,219,222); }
H1.HeaderClassName
{
color: #FEDBDE;
}
.AnyTagClassName
{
color: #FEDBDE;
}
</style>
background-color css
<style>
a { background-color: #FEDBDE; }
a { background-color: rgb(254,219,222); }
div.DivClassName
{
background-color: #FEDBDE;
}
.BgClassName
{
background-color: #FEDBDE;
}
</style>
border-color css
<style>
span { border-color: #FEDBDE; }
span { border-color: rgb(254,219,222); }
td.TdClassName
{
border-color: #FEDBDE;
}
.TagClassName
{
border-color: #FEDBDE;
}
</style>