Shades of Pink Lace #FECCDA
Tints of Pink Lace #FECCDA
RGB
CMYK
RGB Variations
Color information
#FECCDA (or 0xFECCDA) is known color: Pink Lace. HEX triplet: FE, CC and DA. RGB value is (254,204,218). Sum of RGB (Red+Green+Blue) = 254+204+218=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCDA is #013325. Grayscale: #DCDCDC. Windows color (decimal): -78630 or 14339326. OLE color: 14339326.
HSL color Cylindrical-coordinate representation of color #FECCDA: hue angle of 343.2º 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 #FECCDA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 218 | - |
CMYK | 0 | 0.20 | 0.14 | 0.00 |
HSL | 343.2º | 0.96% | 0.9% | - |
HSV(B) | 343.2º | 0.2% | 1% | - |
XYZ | 75.12 | 69.32 | 75.75 | - |
YUV | 220.55 | 126.57 | 151.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 218 | 0 | 0.20 | 0.14 | 0.00 | 343.2 | 0.96 | 0.9 |
Hex | FE | CC | DA | 0 | 14 | E | 0 | 157 | 60 | 5A |
Octal | 376 | 314 | 332 | 0 | 24 | 16 | 0 | 527 | 140 | 132 |
Binary | 11111110 | 11001100 | 11011010 | 0 | 10100 | 1110 | 0 | 101010111 | 1100000 | 1011010 |
Color Harmonies of #FECCDA
Complementary color
Monochromatic Colors of #FECCDA
Black with #FECCDA
Text Example
Text Example
White with #FECCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCDA; }
p { color: rgb(254,204,218); }
H1.HeaderClassName
{
color: #FECCDA;
}
.AnyTagClassName
{
color: #FECCDA;
}
</style>
background-color css
<style>
a { background-color: #FECCDA; }
a { background-color: rgb(254,204,218); }
div.DivClassName
{
background-color: #FECCDA;
}
.BgClassName
{
background-color: #FECCDA;
}
</style>
border-color css
<style>
span { border-color: #FECCDA; }
span { border-color: rgb(254,204,218); }
td.TdClassName
{
border-color: #FECCDA;
}
.TagClassName
{
border-color: #FECCDA;
}
</style>