Shades of Pink Lace #F3CDD2
Tints of Pink Lace #F3CDD2
RGB
CMYK
RGB Variations
Color information
#F3CDD2 (or 0xF3CDD2) is known color: Pink Lace. HEX triplet: F3, CD and D2. RGB value is (243,205,210). Sum of RGB (Red+Green+Blue) = 243+205+210=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDD2 is #0C322D. Grayscale: #D8D8D8. Windows color (decimal): -799278 or 13815283. OLE color: 13815283.
HSL color Cylindrical-coordinate representation of color #F3CDD2: hue angle of 352.11º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CDD2 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 210 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.05 |
| HSL | 352.11º | 0.61% | 0.88% | - |
| HSV(B) | 352.11º | 0.16% | 0.95% | - |
| XYZ | 70.43 | 67.37 | 70.26 | - |
| YUV | 216.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 210 | 0 | 0.16 | 0.14 | 0.05 | 352.11 | 0.61 | 0.88 |
| Hex | F3 | CD | D2 | 0 | 10 | E | 5 | 160 | 3D | 58 |
| Octal | 363 | 315 | 322 | 0 | 20 | 16 | 5 | 540 | 75 | 130 |
| Binary | 11110011 | 11001101 | 11010010 | 0 | 10000 | 1110 | 101 | 101100000 | 111101 | 1011000 |
Color Harmonies of #F3CDD2
Complementary color
Monochromatic Colors of #F3CDD2
Black with #F3CDD2
Text Example
Text Example
White with #F3CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDD2; }
p { color: rgb(243,205,210); }
H1.HeaderClassName
{
color: #F3CDD2;
}
.AnyTagClassName
{
color: #F3CDD2;
}
</style>
background-color css
<style>
a { background-color: #F3CDD2; }
a { background-color: rgb(243,205,210); }
div.DivClassName
{
background-color: #F3CDD2;
}
.BgClassName
{
background-color: #F3CDD2;
}
</style>
border-color css
<style>
span { border-color: #F3CDD2; }
span { border-color: rgb(243,205,210); }
td.TdClassName
{
border-color: #F3CDD2;
}
.TagClassName
{
border-color: #F3CDD2;
}
</style>