Shades of Pink Lace #F3C9CF
Tints of Pink Lace #F3C9CF
RGB
CMYK
RGB Variations
Color information
#F3C9CF (or 0xF3C9CF) is known color: Pink Lace. HEX triplet: F3, C9 and CF. RGB value is (243,201,207). Sum of RGB (Red+Green+Blue) = 243+201+207=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9CF is #0C3630. Grayscale: #D6D6D6. Windows color (decimal): -800305 or 13617651. OLE color: 13617651.
HSL color Cylindrical-coordinate representation of color #F3C9CF: hue angle of 351.43º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3C9CF is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 207 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.05 |
| HSL | 351.43º | 0.64% | 0.87% | - |
| HSV(B) | 351.43º | 0.17% | 0.95% | - |
| XYZ | 69.11 | 65.33 | 68 | - |
| YUV | 214.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 207 | 0 | 0.17 | 0.15 | 0.05 | 351.43 | 0.64 | 0.87 |
| Hex | F3 | C9 | CF | 0 | 11 | F | 5 | 15F | 40 | 57 |
| Octal | 363 | 311 | 317 | 0 | 21 | 17 | 5 | 537 | 100 | 127 |
| Binary | 11110011 | 11001001 | 11001111 | 0 | 10001 | 1111 | 101 | 101011111 | 1000000 | 1010111 |
Color Harmonies of #F3C9CF
Complementary color
Monochromatic Colors of #F3C9CF
Black with #F3C9CF
Text Example
Text Example
White with #F3C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9CF; }
p { color: rgb(243,201,207); }
H1.HeaderClassName
{
color: #F3C9CF;
}
.AnyTagClassName
{
color: #F3C9CF;
}
</style>
background-color css
<style>
a { background-color: #F3C9CF; }
a { background-color: rgb(243,201,207); }
div.DivClassName
{
background-color: #F3C9CF;
}
.BgClassName
{
background-color: #F3C9CF;
}
</style>
border-color css
<style>
span { border-color: #F3C9CF; }
span { border-color: rgb(243,201,207); }
td.TdClassName
{
border-color: #F3C9CF;
}
.TagClassName
{
border-color: #F3C9CF;
}
</style>