Shades of Pink Lace #F5CDDB
Tints of Pink Lace #F5CDDB
RGB
CMYK
RGB Variations
Color information
#F5CDDB (or 0xF5CDDB) is known color: Pink Lace. HEX triplet: F5, CD and DB. RGB value is (245,205,219). Sum of RGB (Red+Green+Blue) = 245+205+219=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDDB is #0A3224. Grayscale: #DADADA. Windows color (decimal): -668197 or 14405109. OLE color: 14405109.
HSL color Cylindrical-coordinate representation of color #F5CDDB: hue angle of 339º 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 #F5CDDB is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 219 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.04 |
| HSL | 339º | 0.67% | 0.88% | - |
| HSV(B) | 339º | 0.16% | 0.96% | - |
| XYZ | 72.27 | 68.19 | 76.37 | - |
| YUV | 218.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 219 | 0 | 0.16 | 0.11 | 0.04 | 339 | 0.67 | 0.88 |
| Hex | F5 | CD | DB | 0 | 10 | B | 4 | 153 | 43 | 58 |
| Octal | 365 | 315 | 333 | 0 | 20 | 13 | 4 | 523 | 103 | 130 |
| Binary | 11110101 | 11001101 | 11011011 | 0 | 10000 | 1011 | 100 | 101010011 | 1000011 | 1011000 |
Color Harmonies of #F5CDDB
Complementary color
Monochromatic Colors of #F5CDDB
Black with #F5CDDB
Text Example
Text Example
White with #F5CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDDB; }
p { color: rgb(245,205,219); }
H1.HeaderClassName
{
color: #F5CDDB;
}
.AnyTagClassName
{
color: #F5CDDB;
}
</style>
background-color css
<style>
a { background-color: #F5CDDB; }
a { background-color: rgb(245,205,219); }
div.DivClassName
{
background-color: #F5CDDB;
}
.BgClassName
{
background-color: #F5CDDB;
}
</style>
border-color css
<style>
span { border-color: #F5CDDB; }
span { border-color: rgb(245,205,219); }
td.TdClassName
{
border-color: #F5CDDB;
}
.TagClassName
{
border-color: #F5CDDB;
}
</style>