Shades of Pink Lace #F6CDDB
Tints of Pink Lace #F6CDDB
RGB
CMYK
RGB Variations
Color information
#F6CDDB (or 0xF6CDDB) is known color: Pink Lace. HEX triplet: F6, CD and DB. RGB value is (246,205,219). Sum of RGB (Red+Green+Blue) = 246+205+219=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDDB is #093224. Grayscale: #DADADA. Windows color (decimal): -602661 or 14405110. OLE color: 14405110.
HSL color Cylindrical-coordinate representation of color #F6CDDB: hue angle of 339.51º degrees, saturation: 0.69, 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 #F6CDDB is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 205 | 219 | - |
CMYK | 0 | 0.17 | 0.11 | 0.04 |
HSL | 339.51º | 0.69% | 0.88% | - |
HSV(B) | 339.51º | 0.17% | 0.96% | - |
XYZ | 72.62 | 68.37 | 76.39 | - |
YUV | 218.86 | 128.08 | 147.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 205 | 219 | 0 | 0.17 | 0.11 | 0.04 | 339.51 | 0.69 | 0.88 |
Hex | F6 | CD | DB | 0 | 11 | B | 4 | 154 | 45 | 58 |
Octal | 366 | 315 | 333 | 0 | 21 | 13 | 4 | 524 | 105 | 130 |
Binary | 11110110 | 11001101 | 11011011 | 0 | 10001 | 1011 | 100 | 101010100 | 1000101 | 1011000 |
Color Harmonies of #F6CDDB
Complementary color
Monochromatic Colors of #F6CDDB
Black with #F6CDDB
Text Example
Text Example
White with #F6CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDDB; }
p { color: rgb(246,205,219); }
H1.HeaderClassName
{
color: #F6CDDB;
}
.AnyTagClassName
{
color: #F6CDDB;
}
</style>
background-color css
<style>
a { background-color: #F6CDDB; }
a { background-color: rgb(246,205,219); }
div.DivClassName
{
background-color: #F6CDDB;
}
.BgClassName
{
background-color: #F6CDDB;
}
</style>
border-color css
<style>
span { border-color: #F6CDDB; }
span { border-color: rgb(246,205,219); }
td.TdClassName
{
border-color: #F6CDDB;
}
.TagClassName
{
border-color: #F6CDDB;
}
</style>