Shades of Pink Lace #FFC4D6
Tints of Pink Lace #FFC4D6
RGB
CMYK
RGB Variations
Color information
#FFC4D6 (or 0xFFC4D6) is known color: Pink Lace. HEX triplet: FF, C4 and D6. RGB value is (255,196,214). Sum of RGB (Red+Green+Blue) = 255+196+214=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4D6 is #003B29. Grayscale: #D7D7D7. Windows color (decimal): -15146 or 14075135. OLE color: 14075135.
HSL color Cylindrical-coordinate representation of color #FFC4D6: hue angle of 341.69º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4D6 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 196 | 214 | - |
CMYK | 0 | 0.23 | 0.16 | 0 |
HSL | 341.69º | 1% | 0.88% | - |
HSV(B) | 341.69º | 0.23% | 1% | - |
XYZ | 73.12 | 65.59 | 72.43 | - |
YUV | 215.69 | 127.05 | 156.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 196 | 214 | 0 | 0.23 | 0.16 | 0 | 341.69 | 1 | 0.88 |
Hex | FF | C4 | D6 | 0 | 17 | 10 | 0 | 156 | 64 | 58 |
Octal | 377 | 304 | 326 | 0 | 27 | 20 | 0 | 526 | 144 | 130 |
Binary | 11111111 | 11000100 | 11010110 | 0 | 10111 | 10000 | 0 | 101010110 | 1100100 | 1011000 |
Color Harmonies of #FFC4D6
Complementary color
Monochromatic Colors of #FFC4D6
Black with #FFC4D6
Text Example
Text Example
White with #FFC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4D6; }
p { color: rgb(255,196,214); }
H1.HeaderClassName
{
color: #FFC4D6;
}
.AnyTagClassName
{
color: #FFC4D6;
}
</style>
background-color css
<style>
a { background-color: #FFC4D6; }
a { background-color: rgb(255,196,214); }
div.DivClassName
{
background-color: #FFC4D6;
}
.BgClassName
{
background-color: #FFC4D6;
}
</style>
border-color css
<style>
span { border-color: #FFC4D6; }
span { border-color: rgb(255,196,214); }
td.TdClassName
{
border-color: #FFC4D6;
}
.TagClassName
{
border-color: #FFC4D6;
}
</style>