Shades of Pink Lace #F6CCD2
Tints of Pink Lace #F6CCD2
RGB
CMYK
RGB Variations
Color information
#F6CCD2 (or 0xF6CCD2) is known color: Pink Lace. HEX triplet: F6, CC and D2. RGB value is (246,204,210). Sum of RGB (Red+Green+Blue) = 246+204+210=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 210 (82.42% from 255 or 31.82% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCD2 is #09332D. Grayscale: #D9D9D9. Windows color (decimal): -602926 or 13815030. OLE color: 13815030.
HSL color Cylindrical-coordinate representation of color #F6CCD2: hue angle of 351.43º 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 #F6CCD2 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 210 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.04 |
| HSL | 351.43º | 0.7% | 0.88% | - |
| HSV(B) | 351.43º | 0.17% | 0.96% | - |
| XYZ | 71.23 | 67.43 | 70.23 | - |
| YUV | 217.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 210 | 0 | 0.17 | 0.15 | 0.04 | 351.43 | 0.7 | 0.88 |
| Hex | F6 | CC | D2 | 0 | 11 | F | 4 | 15F | 46 | 58 |
| Octal | 366 | 314 | 322 | 0 | 21 | 17 | 4 | 537 | 106 | 130 |
| Binary | 11110110 | 11001100 | 11010010 | 0 | 10001 | 1111 | 100 | 101011111 | 1000110 | 1011000 |
Color Harmonies of #F6CCD2
Complementary color
Monochromatic Colors of #F6CCD2
Black with #F6CCD2
Text Example
Text Example
White with #F6CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCD2; }
p { color: rgb(246,204,210); }
H1.HeaderClassName
{
color: #F6CCD2;
}
.AnyTagClassName
{
color: #F6CCD2;
}
</style>
background-color css
<style>
a { background-color: #F6CCD2; }
a { background-color: rgb(246,204,210); }
div.DivClassName
{
background-color: #F6CCD2;
}
.BgClassName
{
background-color: #F6CCD2;
}
</style>
border-color css
<style>
span { border-color: #F6CCD2; }
span { border-color: rgb(246,204,210); }
td.TdClassName
{
border-color: #F6CCD2;
}
.TagClassName
{
border-color: #F6CCD2;
}
</style>