Shades of Pink Lace #F1C9D3
Tints of Pink Lace #F1C9D3
RGB
CMYK
RGB Variations
Color information
#F1C9D3 (or 0xF1C9D3) is known color: Pink Lace. HEX triplet: F1, C9 and D3. RGB value is (241,201,211). Sum of RGB (Red+Green+Blue) = 241+201+211=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9D3 is #0E362C. Grayscale: #D6D6D6. Windows color (decimal): -931373 or 13879793. OLE color: 13879793.
HSL color Cylindrical-coordinate representation of color #F1C9D3: hue angle of 345º degrees, saturation: 0.59, 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 #F1C9D3 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 211 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.05 |
| HSL | 345º | 0.59% | 0.87% | - |
| HSV(B) | 345º | 0.17% | 0.95% | - |
| XYZ | 68.92 | 65.18 | 70.58 | - |
| YUV | 214.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 211 | 0 | 0.17 | 0.12 | 0.05 | 345 | 0.59 | 0.87 |
| Hex | F1 | C9 | D3 | 0 | 11 | C | 5 | 159 | 3B | 57 |
| Octal | 361 | 311 | 323 | 0 | 21 | 14 | 5 | 531 | 73 | 127 |
| Binary | 11110001 | 11001001 | 11010011 | 0 | 10001 | 1100 | 101 | 101011001 | 111011 | 1010111 |
Color Harmonies of #F1C9D3
Complementary color
Monochromatic Colors of #F1C9D3
Black with #F1C9D3
Text Example
Text Example
White with #F1C9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9D3; }
p { color: rgb(241,201,211); }
H1.HeaderClassName
{
color: #F1C9D3;
}
.AnyTagClassName
{
color: #F1C9D3;
}
</style>
background-color css
<style>
a { background-color: #F1C9D3; }
a { background-color: rgb(241,201,211); }
div.DivClassName
{
background-color: #F1C9D3;
}
.BgClassName
{
background-color: #F1C9D3;
}
</style>
border-color css
<style>
span { border-color: #F1C9D3; }
span { border-color: rgb(241,201,211); }
td.TdClassName
{
border-color: #F1C9D3;
}
.TagClassName
{
border-color: #F1C9D3;
}
</style>