Shades of Pink Lace #F6CFD5
Tints of Pink Lace #F6CFD5
RGB
CMYK
RGB Variations
Color information
#F6CFD5 (or 0xF6CFD5) is known color: Pink Lace. HEX triplet: F6, CF and D5. RGB value is (246,207,213). Sum of RGB (Red+Green+Blue) = 246+207+213=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFD5 is #09302A. Grayscale: #DBDBDB. Windows color (decimal): -602155 or 14012406. OLE color: 14012406.
HSL color Cylindrical-coordinate representation of color #F6CFD5: hue angle of 350.77º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CFD5 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 213 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.04 |
| HSL | 350.77º | 0.68% | 0.89% | - |
| HSV(B) | 350.77º | 0.16% | 0.96% | - |
| XYZ | 72.33 | 69.02 | 72.46 | - |
| YUV | 219.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 213 | 0 | 0.16 | 0.13 | 0.04 | 350.77 | 0.68 | 0.89 |
| Hex | F6 | CF | D5 | 0 | 10 | D | 4 | 15F | 44 | 59 |
| Octal | 366 | 317 | 325 | 0 | 20 | 15 | 4 | 537 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11010101 | 0 | 10000 | 1101 | 100 | 101011111 | 1000100 | 1011001 |
Color Harmonies of #F6CFD5
Complementary color
Monochromatic Colors of #F6CFD5
Black with #F6CFD5
Text Example
Text Example
White with #F6CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFD5; }
p { color: rgb(246,207,213); }
H1.HeaderClassName
{
color: #F6CFD5;
}
.AnyTagClassName
{
color: #F6CFD5;
}
</style>
background-color css
<style>
a { background-color: #F6CFD5; }
a { background-color: rgb(246,207,213); }
div.DivClassName
{
background-color: #F6CFD5;
}
.BgClassName
{
background-color: #F6CFD5;
}
</style>
border-color css
<style>
span { border-color: #F6CFD5; }
span { border-color: rgb(246,207,213); }
td.TdClassName
{
border-color: #F6CFD5;
}
.TagClassName
{
border-color: #F6CFD5;
}
</style>