Shades of Pink Lace #F9C5D2
Tints of Pink Lace #F9C5D2
RGB
CMYK
RGB Variations
Color information
#F9C5D2 (or 0xF9C5D2) is known color: Pink Lace. HEX triplet: F9, C5 and D2. RGB value is (249,197,210). Sum of RGB (Red+Green+Blue) = 249+197+210=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C5D2 is #063A2D. Grayscale: #D6D6D6. Windows color (decimal): -408110 or 13813241. OLE color: 13813241.
HSL color Cylindrical-coordinate representation of color #F9C5D2: hue angle of 345º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C5D2 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 210 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.02 |
| HSL | 345º | 0.81% | 0.87% | - |
| HSV(B) | 345º | 0.21% | 0.98% | - |
| XYZ | 70.67 | 64.73 | 69.74 | - |
| YUV | 214.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 210 | 0 | 0.21 | 0.16 | 0.02 | 345 | 0.81 | 0.87 |
| Hex | F9 | C5 | D2 | 0 | 15 | 10 | 2 | 159 | 51 | 57 |
| Octal | 371 | 305 | 322 | 0 | 25 | 20 | 2 | 531 | 121 | 127 |
| Binary | 11111001 | 11000101 | 11010010 | 0 | 10101 | 10000 | 10 | 101011001 | 1010001 | 1010111 |
Color Harmonies of #F9C5D2
Complementary color
Monochromatic Colors of #F9C5D2
Black with #F9C5D2
Text Example
Text Example
White with #F9C5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C5D2; }
p { color: rgb(249,197,210); }
H1.HeaderClassName
{
color: #F9C5D2;
}
.AnyTagClassName
{
color: #F9C5D2;
}
</style>
background-color css
<style>
a { background-color: #F9C5D2; }
a { background-color: rgb(249,197,210); }
div.DivClassName
{
background-color: #F9C5D2;
}
.BgClassName
{
background-color: #F9C5D2;
}
</style>
border-color css
<style>
span { border-color: #F9C5D2; }
span { border-color: rgb(249,197,210); }
td.TdClassName
{
border-color: #F9C5D2;
}
.TagClassName
{
border-color: #F9C5D2;
}
</style>