Shades of Pink Lace #FECDDB
Tints of Pink Lace #FECDDB
RGB
CMYK
RGB Variations
Color information
#FECDDB (or 0xFECDDB) is known color: Pink Lace. HEX triplet: FE, CD and DB. RGB value is (254,205,219). Sum of RGB (Red+Green+Blue) = 254+205+219=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDDB is #013224. Grayscale: #DDDDDD. Windows color (decimal): -78373 or 14405118. OLE color: 14405118.
HSL color Cylindrical-coordinate representation of color #FECDDB: hue angle of 342.86º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDDB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 219 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.00 |
| HSL | 342.86º | 0.96% | 0.9% | - |
| HSV(B) | 342.86º | 0.19% | 1% | - |
| XYZ | 75.49 | 69.85 | 76.52 | - |
| YUV | 221.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 219 | 0 | 0.19 | 0.14 | 0.00 | 342.86 | 0.96 | 0.9 |
| Hex | FE | CD | DB | 0 | 13 | E | 0 | 157 | 60 | 5A |
| Octal | 376 | 315 | 333 | 0 | 23 | 16 | 0 | 527 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11011011 | 0 | 10011 | 1110 | 0 | 101010111 | 1100000 | 1011010 |
Color Harmonies of #FECDDB
Complementary color
Monochromatic Colors of #FECDDB
Black with #FECDDB
Text Example
Text Example
White with #FECDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDDB; }
p { color: rgb(254,205,219); }
H1.HeaderClassName
{
color: #FECDDB;
}
.AnyTagClassName
{
color: #FECDDB;
}
</style>
background-color css
<style>
a { background-color: #FECDDB; }
a { background-color: rgb(254,205,219); }
div.DivClassName
{
background-color: #FECDDB;
}
.BgClassName
{
background-color: #FECDDB;
}
</style>
border-color css
<style>
span { border-color: #FECDDB; }
span { border-color: rgb(254,205,219); }
td.TdClassName
{
border-color: #FECDDB;
}
.TagClassName
{
border-color: #FECDDB;
}
</style>