Shades of Pink Lace #F3D0DC
Tints of Pink Lace #F3D0DC
RGB
CMYK
RGB Variations
Color information
#F3D0DC (or 0xF3D0DC) is known color: Pink Lace. HEX triplet: F3, D0 and DC. RGB value is (243,208,220). Sum of RGB (Red+Green+Blue) = 243+208+220=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0DC is #0C2F23. Grayscale: #DBDBDB. Windows color (decimal): -798500 or 14471411. OLE color: 14471411.
HSL color Cylindrical-coordinate representation of color #F3D0DC: hue angle of 339.43º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D0DC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 220 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.05 |
| HSL | 339.43º | 0.59% | 0.88% | - |
| HSV(B) | 339.43º | 0.14% | 0.95% | - |
| XYZ | 72.44 | 69.33 | 77.28 | - |
| YUV | 219.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 220 | 0 | 0.14 | 0.09 | 0.05 | 339.43 | 0.59 | 0.88 |
| Hex | F3 | D0 | DC | 0 | E | 9 | 5 | 153 | 3B | 58 |
| Octal | 363 | 320 | 334 | 0 | 16 | 11 | 5 | 523 | 73 | 130 |
| Binary | 11110011 | 11010000 | 11011100 | 0 | 1110 | 1001 | 101 | 101010011 | 111011 | 1011000 |
Color Harmonies of #F3D0DC
Complementary color
Monochromatic Colors of #F3D0DC
Black with #F3D0DC
Text Example
Text Example
White with #F3D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0DC; }
p { color: rgb(243,208,220); }
H1.HeaderClassName
{
color: #F3D0DC;
}
.AnyTagClassName
{
color: #F3D0DC;
}
</style>
background-color css
<style>
a { background-color: #F3D0DC; }
a { background-color: rgb(243,208,220); }
div.DivClassName
{
background-color: #F3D0DC;
}
.BgClassName
{
background-color: #F3D0DC;
}
</style>
border-color css
<style>
span { border-color: #F3D0DC; }
span { border-color: rgb(243,208,220); }
td.TdClassName
{
border-color: #F3D0DC;
}
.TagClassName
{
border-color: #F3D0DC;
}
</style>