Shades of Pink Lace #FECED9
Tints of Pink Lace #FECED9
RGB
CMYK
RGB Variations
Color information
#FECED9 (or 0xFECED9) is known color: Pink Lace. HEX triplet: FE, CE and D9. RGB value is (254,206,217). Sum of RGB (Red+Green+Blue) = 254+206+217=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FECED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECED9 is #013126. Grayscale: #DDDDDD. Windows color (decimal): -78119 or 14274302. OLE color: 14274302.
HSL color Cylindrical-coordinate representation of color #FECED9: hue angle of 346.25º 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 #FECED9 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 217 | - |
CMYK | 0 | 0.19 | 0.15 | 0.00 |
HSL | 346.25º | 0.96% | 0.9% | - |
HSV(B) | 346.25º | 0.19% | 1% | - |
XYZ | 75.47 | 70.22 | 75.22 | - |
YUV | 221.61 | 125.4 | 151.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 217 | 0 | 0.19 | 0.15 | 0.00 | 346.25 | 0.96 | 0.9 |
Hex | FE | CE | D9 | 0 | 13 | F | 0 | 15A | 60 | 5A |
Octal | 376 | 316 | 331 | 0 | 23 | 17 | 0 | 532 | 140 | 132 |
Binary | 11111110 | 11001110 | 11011001 | 0 | 10011 | 1111 | 0 | 101011010 | 1100000 | 1011010 |
Color Harmonies of #FECED9
Complementary color
Monochromatic Colors of #FECED9
Black with #FECED9
Text Example
Text Example
White with #FECED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECED9; }
p { color: rgb(254,206,217); }
H1.HeaderClassName
{
color: #FECED9;
}
.AnyTagClassName
{
color: #FECED9;
}
</style>
background-color css
<style>
a { background-color: #FECED9; }
a { background-color: rgb(254,206,217); }
div.DivClassName
{
background-color: #FECED9;
}
.BgClassName
{
background-color: #FECED9;
}
</style>
border-color css
<style>
span { border-color: #FECED9; }
span { border-color: rgb(254,206,217); }
td.TdClassName
{
border-color: #FECED9;
}
.TagClassName
{
border-color: #FECED9;
}
</style>