Shades of Pink Lace #FECEDB
Tints of Pink Lace #FECEDB
RGB
CMYK
RGB Variations
Color information
#FECEDB (or 0xFECEDB) is known color: Pink Lace. HEX triplet: FE, CE and DB. RGB value is (254,206,219). Sum of RGB (Red+Green+Blue) = 254+206+219=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEDB is #013124. Grayscale: #DDDDDD. Windows color (decimal): -78117 or 14405374. OLE color: 14405374.
HSL color Cylindrical-coordinate representation of color #FECEDB: hue angle of 343.75º 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 #FECEDB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 219 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.00 |
| HSL | 343.75º | 0.96% | 0.9% | - |
| HSV(B) | 343.75º | 0.19% | 1% | - |
| XYZ | 75.73 | 70.33 | 76.6 | - |
| YUV | 221.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 219 | 0 | 0.19 | 0.14 | 0.00 | 343.75 | 0.96 | 0.9 |
| Hex | FE | CE | DB | 0 | 13 | E | 0 | 158 | 60 | 5A |
| Octal | 376 | 316 | 333 | 0 | 23 | 16 | 0 | 530 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11011011 | 0 | 10011 | 1110 | 0 | 101011000 | 1100000 | 1011010 |
Color Harmonies of #FECEDB
Complementary color
Monochromatic Colors of #FECEDB
Black with #FECEDB
Text Example
Text Example
White with #FECEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEDB; }
p { color: rgb(254,206,219); }
H1.HeaderClassName
{
color: #FECEDB;
}
.AnyTagClassName
{
color: #FECEDB;
}
</style>
background-color css
<style>
a { background-color: #FECEDB; }
a { background-color: rgb(254,206,219); }
div.DivClassName
{
background-color: #FECEDB;
}
.BgClassName
{
background-color: #FECEDB;
}
</style>
border-color css
<style>
span { border-color: #FECEDB; }
span { border-color: rgb(254,206,219); }
td.TdClassName
{
border-color: #FECEDB;
}
.TagClassName
{
border-color: #FECEDB;
}
</style>