Shades of Pink Lace #F5CDD6
Tints of Pink Lace #F5CDD6
RGB
CMYK
RGB Variations
Color information
#F5CDD6 (or 0xF5CDD6) is known color: Pink Lace. HEX triplet: F5, CD and D6. RGB value is (245,205,214). Sum of RGB (Red+Green+Blue) = 245+205+214=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDD6 is #0A3229. Grayscale: #D9D9D9. Windows color (decimal): -668202 or 14077429. OLE color: 14077429.
HSL color Cylindrical-coordinate representation of color #F5CDD6: hue angle of 346.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CDD6 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 214 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.04 |
| HSL | 346.5º | 0.67% | 0.88% | - |
| HSV(B) | 346.5º | 0.16% | 0.96% | - |
| XYZ | 71.63 | 67.93 | 72.96 | - |
| YUV | 217.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 214 | 0 | 0.16 | 0.13 | 0.04 | 346.5 | 0.67 | 0.88 |
| Hex | F5 | CD | D6 | 0 | 10 | D | 4 | 15A | 43 | 58 |
| Octal | 365 | 315 | 326 | 0 | 20 | 15 | 4 | 532 | 103 | 130 |
| Binary | 11110101 | 11001101 | 11010110 | 0 | 10000 | 1101 | 100 | 101011010 | 1000011 | 1011000 |
Color Harmonies of #F5CDD6
Complementary color
Monochromatic Colors of #F5CDD6
Black with #F5CDD6
Text Example
Text Example
White with #F5CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDD6; }
p { color: rgb(245,205,214); }
H1.HeaderClassName
{
color: #F5CDD6;
}
.AnyTagClassName
{
color: #F5CDD6;
}
</style>
background-color css
<style>
a { background-color: #F5CDD6; }
a { background-color: rgb(245,205,214); }
div.DivClassName
{
background-color: #F5CDD6;
}
.BgClassName
{
background-color: #F5CDD6;
}
</style>
border-color css
<style>
span { border-color: #F5CDD6; }
span { border-color: rgb(245,205,214); }
td.TdClassName
{
border-color: #F5CDD6;
}
.TagClassName
{
border-color: #F5CDD6;
}
</style>