Shades of Pink Lace #F5D3DC
Tints of Pink Lace #F5D3DC
RGB
CMYK
RGB Variations
Color information
#F5D3DC (or 0xF5D3DC) is known color: Pink Lace. HEX triplet: F5, D3 and DC. RGB value is (245,211,220). Sum of RGB (Red+Green+Blue) = 245+211+220=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D3DC is #0A2C23. Grayscale: #DEDEDE. Windows color (decimal): -666660 or 14472181. OLE color: 14472181.
HSL color Cylindrical-coordinate representation of color #F5D3DC: hue angle of 344.12º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D3DC is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 220 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.04 |
| HSL | 344.12º | 0.63% | 0.89% | - |
| HSV(B) | 344.12º | 0.14% | 0.96% | - |
| XYZ | 73.87 | 71.17 | 77.55 | - |
| YUV | 222.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 220 | 0 | 0.14 | 0.10 | 0.04 | 344.12 | 0.63 | 0.89 |
| Hex | F5 | D3 | DC | 0 | E | A | 4 | 158 | 3F | 59 |
| Octal | 365 | 323 | 334 | 0 | 16 | 12 | 4 | 530 | 77 | 131 |
| Binary | 11110101 | 11010011 | 11011100 | 0 | 1110 | 1010 | 100 | 101011000 | 111111 | 1011001 |
Color Harmonies of #F5D3DC
Complementary color
Monochromatic Colors of #F5D3DC
Black with #F5D3DC
Text Example
Text Example
White with #F5D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D3DC; }
p { color: rgb(245,211,220); }
H1.HeaderClassName
{
color: #F5D3DC;
}
.AnyTagClassName
{
color: #F5D3DC;
}
</style>
background-color css
<style>
a { background-color: #F5D3DC; }
a { background-color: rgb(245,211,220); }
div.DivClassName
{
background-color: #F5D3DC;
}
.BgClassName
{
background-color: #F5D3DC;
}
</style>
border-color css
<style>
span { border-color: #F5D3DC; }
span { border-color: rgb(245,211,220); }
td.TdClassName
{
border-color: #F5D3DC;
}
.TagClassName
{
border-color: #F5D3DC;
}
</style>