Shades of Pink Lace #F5CDDA
Tints of Pink Lace #F5CDDA
RGB
CMYK
RGB Variations
Color information
#F5CDDA (or 0xF5CDDA) is known color: Pink Lace. HEX triplet: F5, CD and DA. RGB value is (245,205,218). Sum of RGB (Red+Green+Blue) = 245+205+218=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDDA is #0A3225. Grayscale: #DADADA. Windows color (decimal): -668198 or 14339573. OLE color: 14339573.
HSL color Cylindrical-coordinate representation of color #F5CDDA: hue angle of 340.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 #F5CDDA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 218 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.04 |
| HSL | 340.5º | 0.67% | 0.88% | - |
| HSV(B) | 340.5º | 0.16% | 0.96% | - |
| XYZ | 72.14 | 68.14 | 75.68 | - |
| YUV | 218.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 218 | 0 | 0.16 | 0.11 | 0.04 | 340.5 | 0.67 | 0.88 |
| Hex | F5 | CD | DA | 0 | 10 | B | 4 | 154 | 43 | 58 |
| Octal | 365 | 315 | 332 | 0 | 20 | 13 | 4 | 524 | 103 | 130 |
| Binary | 11110101 | 11001101 | 11011010 | 0 | 10000 | 1011 | 100 | 101010100 | 1000011 | 1011000 |
Color Harmonies of #F5CDDA
Complementary color
Monochromatic Colors of #F5CDDA
Black with #F5CDDA
Text Example
Text Example
White with #F5CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDDA; }
p { color: rgb(245,205,218); }
H1.HeaderClassName
{
color: #F5CDDA;
}
.AnyTagClassName
{
color: #F5CDDA;
}
</style>
background-color css
<style>
a { background-color: #F5CDDA; }
a { background-color: rgb(245,205,218); }
div.DivClassName
{
background-color: #F5CDDA;
}
.BgClassName
{
background-color: #F5CDDA;
}
</style>
border-color css
<style>
span { border-color: #F5CDDA; }
span { border-color: rgb(245,205,218); }
td.TdClassName
{
border-color: #F5CDDA;
}
.TagClassName
{
border-color: #F5CDDA;
}
</style>