Shades of Pink Lace #F3CFD5
Tints of Pink Lace #F3CFD5
RGB
CMYK
RGB Variations
Color information
#F3CFD5 (or 0xF3CFD5) is known color: Pink Lace. HEX triplet: F3, CF and D5. RGB value is (243,207,213). Sum of RGB (Red+Green+Blue) = 243+207+213=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFD5 is #0C302A. Grayscale: #DADADA. Windows color (decimal): -798763 or 14012403. OLE color: 14012403.
HSL color Cylindrical-coordinate representation of color #F3CFD5: hue angle of 350º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CFD5 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 213 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.05 |
| HSL | 350º | 0.6% | 0.88% | - |
| HSV(B) | 350º | 0.15% | 0.95% | - |
| XYZ | 71.29 | 68.48 | 72.41 | - |
| YUV | 218.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 213 | 0 | 0.15 | 0.12 | 0.05 | 350 | 0.6 | 0.88 |
| Hex | F3 | CF | D5 | 0 | F | C | 5 | 15E | 3C | 58 |
| Octal | 363 | 317 | 325 | 0 | 17 | 14 | 5 | 536 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11010101 | 0 | 1111 | 1100 | 101 | 101011110 | 111100 | 1011000 |
Color Harmonies of #F3CFD5
Complementary color
Monochromatic Colors of #F3CFD5
Black with #F3CFD5
Text Example
Text Example
White with #F3CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFD5; }
p { color: rgb(243,207,213); }
H1.HeaderClassName
{
color: #F3CFD5;
}
.AnyTagClassName
{
color: #F3CFD5;
}
</style>
background-color css
<style>
a { background-color: #F3CFD5; }
a { background-color: rgb(243,207,213); }
div.DivClassName
{
background-color: #F3CFD5;
}
.BgClassName
{
background-color: #F3CFD5;
}
</style>
border-color css
<style>
span { border-color: #F3CFD5; }
span { border-color: rgb(243,207,213); }
td.TdClassName
{
border-color: #F3CFD5;
}
.TagClassName
{
border-color: #F3CFD5;
}
</style>