Shades of Pink Lace #F3CDD8
Tints of Pink Lace #F3CDD8
RGB
CMYK
RGB Variations
Color information
#F3CDD8 (or 0xF3CDD8) is known color: Pink Lace. HEX triplet: F3, CD and D8. RGB value is (243,205,216). Sum of RGB (Red+Green+Blue) = 243+205+216=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDD8 is #0C3227. Grayscale: #D9D9D9. Windows color (decimal): -799272 or 14208499. OLE color: 14208499.
HSL color Cylindrical-coordinate representation of color #F3CDD8: hue angle of 342.63º 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 #F3CDD8 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 216 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.05 |
| HSL | 342.63º | 0.61% | 0.88% | - |
| HSV(B) | 342.63º | 0.16% | 0.95% | - |
| XYZ | 71.19 | 67.68 | 74.28 | - |
| YUV | 217.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 216 | 0 | 0.16 | 0.11 | 0.05 | 342.63 | 0.61 | 0.88 |
| Hex | F3 | CD | D8 | 0 | 10 | B | 5 | 157 | 3D | 58 |
| Octal | 363 | 315 | 330 | 0 | 20 | 13 | 5 | 527 | 75 | 130 |
| Binary | 11110011 | 11001101 | 11011000 | 0 | 10000 | 1011 | 101 | 101010111 | 111101 | 1011000 |
Color Harmonies of #F3CDD8
Complementary color
Monochromatic Colors of #F3CDD8
Black with #F3CDD8
Text Example
Text Example
White with #F3CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDD8; }
p { color: rgb(243,205,216); }
H1.HeaderClassName
{
color: #F3CDD8;
}
.AnyTagClassName
{
color: #F3CDD8;
}
</style>
background-color css
<style>
a { background-color: #F3CDD8; }
a { background-color: rgb(243,205,216); }
div.DivClassName
{
background-color: #F3CDD8;
}
.BgClassName
{
background-color: #F3CDD8;
}
</style>
border-color css
<style>
span { border-color: #F3CDD8; }
span { border-color: rgb(243,205,216); }
td.TdClassName
{
border-color: #F3CDD8;
}
.TagClassName
{
border-color: #F3CDD8;
}
</style>