Shades of Pink Lace #FEC5D4
Tints of Pink Lace #FEC5D4
RGB
CMYK
RGB Variations
Color information
#FEC5D4 (or 0xFEC5D4) is known color: Pink Lace. HEX triplet: FE, C5 and D4. RGB value is (254,197,212). Sum of RGB (Red+Green+Blue) = 254+197+212=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5D4 is #013A2B. Grayscale: #D7D7D7. Windows color (decimal): -80428 or 13944318. OLE color: 13944318.
HSL color Cylindrical-coordinate representation of color #FEC5D4: hue angle of 344.21º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5D4 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 212 | - |
CMYK | 0 | 0.22 | 0.17 | 0.00 |
HSL | 344.21º | 0.97% | 0.88% | - |
HSV(B) | 344.21º | 0.22% | 1% | - |
XYZ | 72.72 | 65.76 | 71.15 | - |
YUV | 215.75 | 125.88 | 155.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 212 | 0 | 0.22 | 0.17 | 0.00 | 344.21 | 0.97 | 0.88 |
Hex | FE | C5 | D4 | 0 | 16 | 11 | 0 | 158 | 61 | 58 |
Octal | 376 | 305 | 324 | 0 | 26 | 21 | 0 | 530 | 141 | 130 |
Binary | 11111110 | 11000101 | 11010100 | 0 | 10110 | 10001 | 0 | 101011000 | 1100001 | 1011000 |
Color Harmonies of #FEC5D4
Complementary color
Monochromatic Colors of #FEC5D4
Black with #FEC5D4
Text Example
Text Example
White with #FEC5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5D4; }
p { color: rgb(254,197,212); }
H1.HeaderClassName
{
color: #FEC5D4;
}
.AnyTagClassName
{
color: #FEC5D4;
}
</style>
background-color css
<style>
a { background-color: #FEC5D4; }
a { background-color: rgb(254,197,212); }
div.DivClassName
{
background-color: #FEC5D4;
}
.BgClassName
{
background-color: #FEC5D4;
}
</style>
border-color css
<style>
span { border-color: #FEC5D4; }
span { border-color: rgb(254,197,212); }
td.TdClassName
{
border-color: #FEC5D4;
}
.TagClassName
{
border-color: #FEC5D4;
}
</style>