Shades of Pink Lace #FECCD7
Tints of Pink Lace #FECCD7
RGB
CMYK
RGB Variations
Color information
#FECCD7 (or 0xFECCD7) is known color: Pink Lace. HEX triplet: FE, CC and D7. RGB value is (254,204,215). Sum of RGB (Red+Green+Blue) = 254+204+215=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCD7 is #013328. Grayscale: #DCDCDC. Windows color (decimal): -78633 or 14142718. OLE color: 14142718.
HSL color Cylindrical-coordinate representation of color #FECCD7: hue angle of 346.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCD7 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 215 | - |
CMYK | 0 | 0.20 | 0.15 | 0.00 |
HSL | 346.8º | 0.96% | 0.9% | - |
HSV(B) | 346.8º | 0.2% | 1% | - |
XYZ | 74.73 | 69.16 | 73.7 | - |
YUV | 220.2 | 125.07 | 152.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 215 | 0 | 0.20 | 0.15 | 0.00 | 346.8 | 0.96 | 0.9 |
Hex | FE | CC | D7 | 0 | 14 | F | 0 | 15B | 60 | 5A |
Octal | 376 | 314 | 327 | 0 | 24 | 17 | 0 | 533 | 140 | 132 |
Binary | 11111110 | 11001100 | 11010111 | 0 | 10100 | 1111 | 0 | 101011011 | 1100000 | 1011010 |
Color Harmonies of #FECCD7
Complementary color
Monochromatic Colors of #FECCD7
Black with #FECCD7
Text Example
Text Example
White with #FECCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCD7; }
p { color: rgb(254,204,215); }
H1.HeaderClassName
{
color: #FECCD7;
}
.AnyTagClassName
{
color: #FECCD7;
}
</style>
background-color css
<style>
a { background-color: #FECCD7; }
a { background-color: rgb(254,204,215); }
div.DivClassName
{
background-color: #FECCD7;
}
.BgClassName
{
background-color: #FECCD7;
}
</style>
border-color css
<style>
span { border-color: #FECCD7; }
span { border-color: rgb(254,204,215); }
td.TdClassName
{
border-color: #FECCD7;
}
.TagClassName
{
border-color: #FECCD7;
}
</style>