Shades of Pink Lace #F6C9D3
Tints of Pink Lace #F6C9D3
RGB
CMYK
RGB Variations
Color information
#F6C9D3 (or 0xF6C9D3) is known color: Pink Lace. HEX triplet: F6, C9 and D3. RGB value is (246,201,211). Sum of RGB (Red+Green+Blue) = 246+201+211=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9D3 is #09362C. Grayscale: #D7D7D7. Windows color (decimal): -603693 or 13879798. OLE color: 13879798.
HSL color Cylindrical-coordinate representation of color #F6C9D3: hue angle of 346.67º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6C9D3 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 211 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.04 |
| HSL | 346.67º | 0.71% | 0.88% | - |
| HSV(B) | 346.67º | 0.18% | 0.96% | - |
| XYZ | 70.65 | 66.07 | 70.66 | - |
| YUV | 215.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 211 | 0 | 0.18 | 0.14 | 0.04 | 346.67 | 0.71 | 0.88 |
| Hex | F6 | C9 | D3 | 0 | 12 | E | 4 | 15B | 47 | 58 |
| Octal | 366 | 311 | 323 | 0 | 22 | 16 | 4 | 533 | 107 | 130 |
| Binary | 11110110 | 11001001 | 11010011 | 0 | 10010 | 1110 | 100 | 101011011 | 1000111 | 1011000 |
Color Harmonies of #F6C9D3
Complementary color
Monochromatic Colors of #F6C9D3
Black with #F6C9D3
Text Example
Text Example
White with #F6C9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9D3; }
p { color: rgb(246,201,211); }
H1.HeaderClassName
{
color: #F6C9D3;
}
.AnyTagClassName
{
color: #F6C9D3;
}
</style>
background-color css
<style>
a { background-color: #F6C9D3; }
a { background-color: rgb(246,201,211); }
div.DivClassName
{
background-color: #F6C9D3;
}
.BgClassName
{
background-color: #F6C9D3;
}
</style>
border-color css
<style>
span { border-color: #F6C9D3; }
span { border-color: rgb(246,201,211); }
td.TdClassName
{
border-color: #F6C9D3;
}
.TagClassName
{
border-color: #F6C9D3;
}
</style>