Shades of Pale Pink #FED8DB
Tints of Pale Pink #FED8DB
RGB
CMYK
RGB Variations
Color information
#FED8DB (or 0xFED8DB) is known color: Pale Pink. HEX triplet: FE, D8 and DB. RGB value is (254,216,219). Sum of RGB (Red+Green+Blue) = 254+216+219=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8DB is #012724. Grayscale: #E3E3E3. Windows color (decimal): -75557 or 14407934. OLE color: 14407934.
HSL color Cylindrical-coordinate representation of color #FED8DB: hue angle of 355.26º 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 #FED8DB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 219 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.00 |
| HSL | 355.26º | 0.95% | 0.92% | - |
| HSV(B) | 355.26º | 0.15% | 1% | - |
| XYZ | 78.22 | 75.3 | 77.43 | - |
| YUV | 227.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 219 | 0 | 0.15 | 0.14 | 0.00 | 355.26 | 0.95 | 0.92 |
| Hex | FE | D8 | DB | 0 | F | E | 0 | 163 | 5F | 5C |
| Octal | 376 | 330 | 333 | 0 | 17 | 16 | 0 | 543 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11011011 | 0 | 1111 | 1110 | 0 | 101100011 | 1011111 | 1011100 |
Color Harmonies of #FED8DB
Complementary color
Monochromatic Colors of #FED8DB
Black with #FED8DB
Text Example
Text Example
White with #FED8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8DB; }
p { color: rgb(254,216,219); }
H1.HeaderClassName
{
color: #FED8DB;
}
.AnyTagClassName
{
color: #FED8DB;
}
</style>
background-color css
<style>
a { background-color: #FED8DB; }
a { background-color: rgb(254,216,219); }
div.DivClassName
{
background-color: #FED8DB;
}
.BgClassName
{
background-color: #FED8DB;
}
</style>
border-color css
<style>
span { border-color: #FED8DB; }
span { border-color: rgb(254,216,219); }
td.TdClassName
{
border-color: #FED8DB;
}
.TagClassName
{
border-color: #FED8DB;
}
</style>