Shades of Pink Lace #FECFDA
Tints of Pink Lace #FECFDA
RGB
CMYK
RGB Variations
Color information
#FECFDA (or 0xFECFDA) is known color: Pink Lace. HEX triplet: FE, CF and DA. RGB value is (254,207,218). Sum of RGB (Red+Green+Blue) = 254+207+218=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFDA is #013025. Grayscale: #DEDEDE. Windows color (decimal): -77862 or 14340094. OLE color: 14340094.
HSL color Cylindrical-coordinate representation of color #FECFDA: hue angle of 345.96º 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 #FECFDA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 218 | - |
CMYK | 0 | 0.19 | 0.14 | 0.00 |
HSL | 345.96º | 0.96% | 0.9% | - |
HSV(B) | 345.96º | 0.19% | 1% | - |
XYZ | 75.84 | 70.76 | 75.99 | - |
YUV | 222.31 | 125.57 | 150.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 218 | 0 | 0.19 | 0.14 | 0.00 | 345.96 | 0.96 | 0.9 |
Hex | FE | CF | DA | 0 | 13 | E | 0 | 15A | 60 | 5A |
Octal | 376 | 317 | 332 | 0 | 23 | 16 | 0 | 532 | 140 | 132 |
Binary | 11111110 | 11001111 | 11011010 | 0 | 10011 | 1110 | 0 | 101011010 | 1100000 | 1011010 |
Color Harmonies of #FECFDA
Complementary color
Monochromatic Colors of #FECFDA
Black with #FECFDA
Text Example
Text Example
White with #FECFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFDA; }
p { color: rgb(254,207,218); }
H1.HeaderClassName
{
color: #FECFDA;
}
.AnyTagClassName
{
color: #FECFDA;
}
</style>
background-color css
<style>
a { background-color: #FECFDA; }
a { background-color: rgb(254,207,218); }
div.DivClassName
{
background-color: #FECFDA;
}
.BgClassName
{
background-color: #FECFDA;
}
</style>
border-color css
<style>
span { border-color: #FECFDA; }
span { border-color: rgb(254,207,218); }
td.TdClassName
{
border-color: #FECFDA;
}
.TagClassName
{
border-color: #FECFDA;
}
</style>