Shades of Pink Lace #F3CFDB
Tints of Pink Lace #F3CFDB
RGB
CMYK
RGB Variations
Color information
#F3CFDB (or 0xF3CFDB) is known color: Pink Lace. HEX triplet: F3, CF and DB. RGB value is (243,207,219). Sum of RGB (Red+Green+Blue) = 243+207+219=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFDB is #0C3024. Grayscale: #DBDBDB. Windows color (decimal): -798757 or 14405619. OLE color: 14405619.
HSL color Cylindrical-coordinate representation of color #F3CFDB: hue angle of 340º 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 #F3CFDB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 219 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.05 |
| HSL | 340º | 0.6% | 0.88% | - |
| HSV(B) | 340º | 0.15% | 0.95% | - |
| XYZ | 72.06 | 68.79 | 76.5 | - |
| YUV | 219.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 219 | 0 | 0.15 | 0.10 | 0.05 | 340 | 0.6 | 0.88 |
| Hex | F3 | CF | DB | 0 | F | A | 5 | 154 | 3C | 58 |
| Octal | 363 | 317 | 333 | 0 | 17 | 12 | 5 | 524 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11011011 | 0 | 1111 | 1010 | 101 | 101010100 | 111100 | 1011000 |
Color Harmonies of #F3CFDB
Complementary color
Monochromatic Colors of #F3CFDB
Black with #F3CFDB
Text Example
Text Example
White with #F3CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFDB; }
p { color: rgb(243,207,219); }
H1.HeaderClassName
{
color: #F3CFDB;
}
.AnyTagClassName
{
color: #F3CFDB;
}
</style>
background-color css
<style>
a { background-color: #F3CFDB; }
a { background-color: rgb(243,207,219); }
div.DivClassName
{
background-color: #F3CFDB;
}
.BgClassName
{
background-color: #F3CFDB;
}
</style>
border-color css
<style>
span { border-color: #F3CFDB; }
span { border-color: rgb(243,207,219); }
td.TdClassName
{
border-color: #F3CFDB;
}
.TagClassName
{
border-color: #F3CFDB;
}
</style>