Shades of Pink Lace #F9C7D3
Tints of Pink Lace #F9C7D3
RGB
CMYK
RGB Variations
Color information
#F9C7D3 (or 0xF9C7D3) is known color: Pink Lace. HEX triplet: F9, C7 and D3. RGB value is (249,199,211). Sum of RGB (Red+Green+Blue) = 249+199+211=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 211 (82.81% from 255 or 32.02% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7D3 is #06382C. Grayscale: #D7D7D7. Windows color (decimal): -407597 or 13879289. OLE color: 13879289.
HSL color Cylindrical-coordinate representation of color #F9C7D3: hue angle of 345.6º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C7D3 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 211 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.02 |
| HSL | 345.6º | 0.81% | 0.88% | - |
| HSV(B) | 345.6º | 0.2% | 0.98% | - |
| XYZ | 71.25 | 65.69 | 70.55 | - |
| YUV | 215.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 211 | 0 | 0.20 | 0.15 | 0.02 | 345.6 | 0.81 | 0.88 |
| Hex | F9 | C7 | D3 | 0 | 14 | F | 2 | 15A | 51 | 58 |
| Octal | 371 | 307 | 323 | 0 | 24 | 17 | 2 | 532 | 121 | 130 |
| Binary | 11111001 | 11000111 | 11010011 | 0 | 10100 | 1111 | 10 | 101011010 | 1010001 | 1011000 |
Color Harmonies of #F9C7D3
Complementary color
Monochromatic Colors of #F9C7D3
Black with #F9C7D3
Text Example
Text Example
White with #F9C7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7D3; }
p { color: rgb(249,199,211); }
H1.HeaderClassName
{
color: #F9C7D3;
}
.AnyTagClassName
{
color: #F9C7D3;
}
</style>
background-color css
<style>
a { background-color: #F9C7D3; }
a { background-color: rgb(249,199,211); }
div.DivClassName
{
background-color: #F9C7D3;
}
.BgClassName
{
background-color: #F9C7D3;
}
</style>
border-color css
<style>
span { border-color: #F9C7D3; }
span { border-color: rgb(249,199,211); }
td.TdClassName
{
border-color: #F9C7D3;
}
.TagClassName
{
border-color: #F9C7D3;
}
</style>