Shades of Pink Lace #FEC7D4
Tints of Pink Lace #FEC7D4
RGB
CMYK
RGB Variations
Color information
#FEC7D4 (or 0xFEC7D4) is known color: Pink Lace. HEX triplet: FE, C7 and D4. RGB value is (254,199,212). Sum of RGB (Red+Green+Blue) = 254+199+212=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 199 (78.12% from 255 or 29.92% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7D4 is #01382B. Grayscale: #D8D8D8. Windows color (decimal): -79916 or 13944830. OLE color: 13944830.
HSL color Cylindrical-coordinate representation of color #FEC7D4: hue angle of 345.82º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7D4 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 199 | 212 | - |
CMYK | 0 | 0.22 | 0.17 | 0.00 |
HSL | 345.82º | 0.96% | 0.89% | - |
HSV(B) | 345.82º | 0.22% | 1% | - |
XYZ | 73.18 | 66.67 | 71.3 | - |
YUV | 216.93 | 125.22 | 154.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 199 | 212 | 0 | 0.22 | 0.17 | 0.00 | 345.82 | 0.96 | 0.89 |
Hex | FE | C7 | D4 | 0 | 16 | 11 | 0 | 15A | 60 | 59 |
Octal | 376 | 307 | 324 | 0 | 26 | 21 | 0 | 532 | 140 | 131 |
Binary | 11111110 | 11000111 | 11010100 | 0 | 10110 | 10001 | 0 | 101011010 | 1100000 | 1011001 |
Color Harmonies of #FEC7D4
Complementary color
Monochromatic Colors of #FEC7D4
Black with #FEC7D4
Text Example
Text Example
White with #FEC7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7D4; }
p { color: rgb(254,199,212); }
H1.HeaderClassName
{
color: #FEC7D4;
}
.AnyTagClassName
{
color: #FEC7D4;
}
</style>
background-color css
<style>
a { background-color: #FEC7D4; }
a { background-color: rgb(254,199,212); }
div.DivClassName
{
background-color: #FEC7D4;
}
.BgClassName
{
background-color: #FEC7D4;
}
</style>
border-color css
<style>
span { border-color: #FEC7D4; }
span { border-color: rgb(254,199,212); }
td.TdClassName
{
border-color: #FEC7D4;
}
.TagClassName
{
border-color: #FEC7D4;
}
</style>