Shades of Pink Lace #FEC2D5
Tints of Pink Lace #FEC2D5
RGB
CMYK
RGB Variations
Color information
#FEC2D5 (or 0xFEC2D5) is known color: Pink Lace. HEX triplet: FE, C2 and D5. RGB value is (254,194,213). Sum of RGB (Red+Green+Blue) = 254+194+213=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D5 is #013D2A. Grayscale: #D6D6D6. Windows color (decimal): -81195 or 14009086. OLE color: 14009086.
HSL color Cylindrical-coordinate representation of color #FEC2D5: hue angle of 341º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2D5 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 213 | - |
CMYK | 0 | 0.24 | 0.16 | 0.00 |
HSL | 341º | 0.97% | 0.88% | - |
HSV(B) | 341º | 0.24% | 1% | - |
XYZ | 72.18 | 64.46 | 71.59 | - |
YUV | 214.11 | 127.38 | 156.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 213 | 0 | 0.24 | 0.16 | 0.00 | 341 | 0.97 | 0.88 |
Hex | FE | C2 | D5 | 0 | 18 | 10 | 0 | 155 | 61 | 58 |
Octal | 376 | 302 | 325 | 0 | 30 | 20 | 0 | 525 | 141 | 130 |
Binary | 11111110 | 11000010 | 11010101 | 0 | 11000 | 10000 | 0 | 101010101 | 1100001 | 1011000 |
Color Harmonies of #FEC2D5
Complementary color
Monochromatic Colors of #FEC2D5
Black with #FEC2D5
Text Example
Text Example
White with #FEC2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2D5; }
p { color: rgb(254,194,213); }
H1.HeaderClassName
{
color: #FEC2D5;
}
.AnyTagClassName
{
color: #FEC2D5;
}
</style>
background-color css
<style>
a { background-color: #FEC2D5; }
a { background-color: rgb(254,194,213); }
div.DivClassName
{
background-color: #FEC2D5;
}
.BgClassName
{
background-color: #FEC2D5;
}
</style>
border-color css
<style>
span { border-color: #FEC2D5; }
span { border-color: rgb(254,194,213); }
td.TdClassName
{
border-color: #FEC2D5;
}
.TagClassName
{
border-color: #FEC2D5;
}
</style>