Shades of Pink Lace #FECEDA
Tints of Pink Lace #FECEDA
RGB
CMYK
RGB Variations
Color information
#FECEDA (or 0xFECEDA) is known color: Pink Lace. HEX triplet: FE, CE and DA. RGB value is (254,206,218). Sum of RGB (Red+Green+Blue) = 254+206+218=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEDA is #013125. Grayscale: #DDDDDD. Windows color (decimal): -78118 or 14339838. OLE color: 14339838.
HSL color Cylindrical-coordinate representation of color #FECEDA: hue angle of 345º 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 #FECEDA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 218 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.00 |
| HSL | 345º | 0.96% | 0.9% | - |
| HSV(B) | 345º | 0.19% | 1% | - |
| XYZ | 75.6 | 70.28 | 75.91 | - |
| YUV | 221.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 218 | 0 | 0.19 | 0.14 | 0.00 | 345 | 0.96 | 0.9 |
| Hex | FE | CE | DA | 0 | 13 | E | 0 | 159 | 60 | 5A |
| Octal | 376 | 316 | 332 | 0 | 23 | 16 | 0 | 531 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11011010 | 0 | 10011 | 1110 | 0 | 101011001 | 1100000 | 1011010 |
Color Harmonies of #FECEDA
Complementary color
Monochromatic Colors of #FECEDA
Black with #FECEDA
Text Example
Text Example
White with #FECEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEDA; }
p { color: rgb(254,206,218); }
H1.HeaderClassName
{
color: #FECEDA;
}
.AnyTagClassName
{
color: #FECEDA;
}
</style>
background-color css
<style>
a { background-color: #FECEDA; }
a { background-color: rgb(254,206,218); }
div.DivClassName
{
background-color: #FECEDA;
}
.BgClassName
{
background-color: #FECEDA;
}
</style>
border-color css
<style>
span { border-color: #FECEDA; }
span { border-color: rgb(254,206,218); }
td.TdClassName
{
border-color: #FECEDA;
}
.TagClassName
{
border-color: #FECEDA;
}
</style>