Shades of Pink Lace #F3CFDA
Tints of Pink Lace #F3CFDA
RGB
CMYK
RGB Variations
Color information
#F3CFDA (or 0xF3CFDA) is known color: Pink Lace. HEX triplet: F3, CF and DA. RGB value is (243,207,218). Sum of RGB (Red+Green+Blue) = 243+207+218=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFDA is #0C3025. Grayscale: #DBDBDB. Windows color (decimal): -798758 or 14340083. OLE color: 14340083.
HSL color Cylindrical-coordinate representation of color #F3CFDA: hue angle of 341.67º 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 #F3CFDA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 218 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.05 |
| HSL | 341.67º | 0.6% | 0.88% | - |
| HSV(B) | 341.67º | 0.15% | 0.95% | - |
| XYZ | 71.93 | 68.74 | 75.81 | - |
| YUV | 219.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 218 | 0 | 0.15 | 0.10 | 0.05 | 341.67 | 0.6 | 0.88 |
| Hex | F3 | CF | DA | 0 | F | A | 5 | 156 | 3C | 58 |
| Octal | 363 | 317 | 332 | 0 | 17 | 12 | 5 | 526 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11011010 | 0 | 1111 | 1010 | 101 | 101010110 | 111100 | 1011000 |
Color Harmonies of #F3CFDA
Complementary color
Monochromatic Colors of #F3CFDA
Black with #F3CFDA
Text Example
Text Example
White with #F3CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFDA; }
p { color: rgb(243,207,218); }
H1.HeaderClassName
{
color: #F3CFDA;
}
.AnyTagClassName
{
color: #F3CFDA;
}
</style>
background-color css
<style>
a { background-color: #F3CFDA; }
a { background-color: rgb(243,207,218); }
div.DivClassName
{
background-color: #F3CFDA;
}
.BgClassName
{
background-color: #F3CFDA;
}
</style>
border-color css
<style>
span { border-color: #F3CFDA; }
span { border-color: rgb(243,207,218); }
td.TdClassName
{
border-color: #F3CFDA;
}
.TagClassName
{
border-color: #F3CFDA;
}
</style>