Shades of Pink Lace #F6CBD2
Tints of Pink Lace #F6CBD2
RGB
CMYK
RGB Variations
Color information
#F6CBD2 (or 0xF6CBD2) is known color: Pink Lace. HEX triplet: F6, CB and D2. RGB value is (246,203,210). Sum of RGB (Red+Green+Blue) = 246+203+210=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBD2 is #09342D. Grayscale: #D8D8D8. Windows color (decimal): -603182 or 13814774. OLE color: 13814774.
HSL color Cylindrical-coordinate representation of color #F6CBD2: hue angle of 350.23º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CBD2 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 210 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.04 |
| HSL | 350.23º | 0.7% | 0.88% | - |
| HSV(B) | 350.23º | 0.17% | 0.96% | - |
| XYZ | 70.99 | 66.96 | 70.16 | - |
| YUV | 216.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 210 | 0 | 0.17 | 0.15 | 0.04 | 350.23 | 0.7 | 0.88 |
| Hex | F6 | CB | D2 | 0 | 11 | F | 4 | 15E | 46 | 58 |
| Octal | 366 | 313 | 322 | 0 | 21 | 17 | 4 | 536 | 106 | 130 |
| Binary | 11110110 | 11001011 | 11010010 | 0 | 10001 | 1111 | 100 | 101011110 | 1000110 | 1011000 |
Color Harmonies of #F6CBD2
Complementary color
Monochromatic Colors of #F6CBD2
Black with #F6CBD2
Text Example
Text Example
White with #F6CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBD2; }
p { color: rgb(246,203,210); }
H1.HeaderClassName
{
color: #F6CBD2;
}
.AnyTagClassName
{
color: #F6CBD2;
}
</style>
background-color css
<style>
a { background-color: #F6CBD2; }
a { background-color: rgb(246,203,210); }
div.DivClassName
{
background-color: #F6CBD2;
}
.BgClassName
{
background-color: #F6CBD2;
}
</style>
border-color css
<style>
span { border-color: #F6CBD2; }
span { border-color: rgb(246,203,210); }
td.TdClassName
{
border-color: #F6CBD2;
}
.TagClassName
{
border-color: #F6CBD2;
}
</style>