Shades of Pink Lace #F0CDD3
Tints of Pink Lace #F0CDD3
RGB
CMYK
RGB Variations
Color information
#F0CDD3 (or 0xF0CDD3) is known color: Pink Lace. HEX triplet: F0, CD and D3. RGB value is (240,205,211). Sum of RGB (Red+Green+Blue) = 240+205+211=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDD3 is #0F322C. Grayscale: #D8D8D8. Windows color (decimal): -995885 or 13880816. OLE color: 13880816.
HSL color Cylindrical-coordinate representation of color #F0CDD3: hue angle of 349.71º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CDD3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 211 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.06 |
| HSL | 349.71º | 0.54% | 0.87% | - |
| HSV(B) | 349.71º | 0.15% | 0.94% | - |
| XYZ | 69.52 | 66.89 | 70.87 | - |
| YUV | 216.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 211 | 0 | 0.15 | 0.12 | 0.06 | 349.71 | 0.54 | 0.87 |
| Hex | F0 | CD | D3 | 0 | F | C | 6 | 15E | 36 | 57 |
| Octal | 360 | 315 | 323 | 0 | 17 | 14 | 6 | 536 | 66 | 127 |
| Binary | 11110000 | 11001101 | 11010011 | 0 | 1111 | 1100 | 110 | 101011110 | 110110 | 1010111 |
Color Harmonies of #F0CDD3
Complementary color
Monochromatic Colors of #F0CDD3
Black with #F0CDD3
Text Example
Text Example
White with #F0CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDD3; }
p { color: rgb(240,205,211); }
H1.HeaderClassName
{
color: #F0CDD3;
}
.AnyTagClassName
{
color: #F0CDD3;
}
</style>
background-color css
<style>
a { background-color: #F0CDD3; }
a { background-color: rgb(240,205,211); }
div.DivClassName
{
background-color: #F0CDD3;
}
.BgClassName
{
background-color: #F0CDD3;
}
</style>
border-color css
<style>
span { border-color: #F0CDD3; }
span { border-color: rgb(240,205,211); }
td.TdClassName
{
border-color: #F0CDD3;
}
.TagClassName
{
border-color: #F0CDD3;
}
</style>