Shades of Pink Lace #FECED7
Tints of Pink Lace #FECED7
RGB
CMYK
RGB Variations
Color information
#FECED7 (or 0xFECED7) is known color: Pink Lace. HEX triplet: FE, CE and D7. RGB value is (254,206,215). Sum of RGB (Red+Green+Blue) = 254+206+215=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FECED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECED7 is #013128. Grayscale: #DDDDDD. Windows color (decimal): -78121 or 14143230. OLE color: 14143230.
HSL color Cylindrical-coordinate representation of color #FECED7: hue angle of 348.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 #FECED7 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 215 | - |
CMYK | 0 | 0.19 | 0.15 | 0.00 |
HSL | 348.75º | 0.96% | 0.9% | - |
HSV(B) | 348.75º | 0.19% | 1% | - |
XYZ | 75.21 | 70.12 | 73.86 | - |
YUV | 221.38 | 124.4 | 151.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 215 | 0 | 0.19 | 0.15 | 0.00 | 348.75 | 0.96 | 0.9 |
Hex | FE | CE | D7 | 0 | 13 | F | 0 | 15D | 60 | 5A |
Octal | 376 | 316 | 327 | 0 | 23 | 17 | 0 | 535 | 140 | 132 |
Binary | 11111110 | 11001110 | 11010111 | 0 | 10011 | 1111 | 0 | 101011101 | 1100000 | 1011010 |
Color Harmonies of #FECED7
Complementary color
Monochromatic Colors of #FECED7
Black with #FECED7
Text Example
Text Example
White with #FECED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECED7; }
p { color: rgb(254,206,215); }
H1.HeaderClassName
{
color: #FECED7;
}
.AnyTagClassName
{
color: #FECED7;
}
</style>
background-color css
<style>
a { background-color: #FECED7; }
a { background-color: rgb(254,206,215); }
div.DivClassName
{
background-color: #FECED7;
}
.BgClassName
{
background-color: #FECED7;
}
</style>
border-color css
<style>
span { border-color: #FECED7; }
span { border-color: rgb(254,206,215); }
td.TdClassName
{
border-color: #FECED7;
}
.TagClassName
{
border-color: #FECED7;
}
</style>