Shades of Pink Lace #F3C8D5
Tints of Pink Lace #F3C8D5
RGB
CMYK
RGB Variations
Color information
#F3C8D5 (or 0xF3C8D5) is known color: Pink Lace. HEX triplet: F3, C8 and D5. RGB value is (243,200,213). Sum of RGB (Red+Green+Blue) = 243+200+213=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C8D5 is #0C372A. Grayscale: #D6D6D6. Windows color (decimal): -800555 or 14010611. OLE color: 14010611.
HSL color Cylindrical-coordinate representation of color #F3C8D5: hue angle of 341.86º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3C8D5 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 213 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.05 |
| HSL | 341.86º | 0.64% | 0.87% | - |
| HSV(B) | 341.86º | 0.18% | 0.95% | - |
| XYZ | 69.63 | 65.17 | 71.86 | - |
| YUV | 214.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 213 | 0 | 0.18 | 0.12 | 0.05 | 341.86 | 0.64 | 0.87 |
| Hex | F3 | C8 | D5 | 0 | 12 | C | 5 | 156 | 40 | 57 |
| Octal | 363 | 310 | 325 | 0 | 22 | 14 | 5 | 526 | 100 | 127 |
| Binary | 11110011 | 11001000 | 11010101 | 0 | 10010 | 1100 | 101 | 101010110 | 1000000 | 1010111 |
Color Harmonies of #F3C8D5
Complementary color
Monochromatic Colors of #F3C8D5
Black with #F3C8D5
Text Example
Text Example
White with #F3C8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8D5; }
p { color: rgb(243,200,213); }
H1.HeaderClassName
{
color: #F3C8D5;
}
.AnyTagClassName
{
color: #F3C8D5;
}
</style>
background-color css
<style>
a { background-color: #F3C8D5; }
a { background-color: rgb(243,200,213); }
div.DivClassName
{
background-color: #F3C8D5;
}
.BgClassName
{
background-color: #F3C8D5;
}
</style>
border-color css
<style>
span { border-color: #F3C8D5; }
span { border-color: rgb(243,200,213); }
td.TdClassName
{
border-color: #F3C8D5;
}
.TagClassName
{
border-color: #F3C8D5;
}
</style>