Shades of Pale Pink #FED6DB
Tints of Pale Pink #FED6DB
RGB
CMYK
RGB Variations
Color information
#FED6DB (or 0xFED6DB) is known color: Pale Pink. HEX triplet: FE, D6 and DB. RGB value is (254,214,219). Sum of RGB (Red+Green+Blue) = 254+214+219=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6DB is #012924. Grayscale: #E2E2E2. Windows color (decimal): -76069 or 14407422. OLE color: 14407422.
HSL color Cylindrical-coordinate representation of color #FED6DB: hue angle of 352.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6DB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 219 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.00 |
| HSL | 352.5º | 0.95% | 0.92% | - |
| HSV(B) | 352.5º | 0.16% | 1% | - |
| XYZ | 77.71 | 74.28 | 77.26 | - |
| YUV | 226.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 219 | 0 | 0.16 | 0.14 | 0.00 | 352.5 | 0.95 | 0.92 |
| Hex | FE | D6 | DB | 0 | 10 | E | 0 | 160 | 5F | 5C |
| Octal | 376 | 326 | 333 | 0 | 20 | 16 | 0 | 540 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11011011 | 0 | 10000 | 1110 | 0 | 101100000 | 1011111 | 1011100 |
Color Harmonies of #FED6DB
Complementary color
Monochromatic Colors of #FED6DB
Black with #FED6DB
Text Example
Text Example
White with #FED6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6DB; }
p { color: rgb(254,214,219); }
H1.HeaderClassName
{
color: #FED6DB;
}
.AnyTagClassName
{
color: #FED6DB;
}
</style>
background-color css
<style>
a { background-color: #FED6DB; }
a { background-color: rgb(254,214,219); }
div.DivClassName
{
background-color: #FED6DB;
}
.BgClassName
{
background-color: #FED6DB;
}
</style>
border-color css
<style>
span { border-color: #FED6DB; }
span { border-color: rgb(254,214,219); }
td.TdClassName
{
border-color: #FED6DB;
}
.TagClassName
{
border-color: #FED6DB;
}
</style>