Shades of Pink Lace #FFCAD6
Tints of Pink Lace #FFCAD6
RGB
CMYK
RGB Variations
Color information
#FFCAD6 (or 0xFFCAD6) is known color: Pink Lace. HEX triplet: FF, CA and D6. RGB value is (255,202,214). Sum of RGB (Red+Green+Blue) = 255+202+214=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD6 is #003529. Grayscale: #DBDBDB. Windows color (decimal): -13610 or 14076671. OLE color: 14076671.
HSL color Cylindrical-coordinate representation of color #FFCAD6: hue angle of 346.42º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAD6 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 214 | - |
| CMYK | 0 | 0.21 | 0.16 | 0 |
| HSL | 346.42º | 1% | 0.9% | - |
| HSV(B) | 346.42º | 0.21% | 1% | - |
| XYZ | 74.5 | 68.36 | 72.89 | - |
| YUV | 219.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 214 | 0 | 0.21 | 0.16 | 0 | 346.42 | 1 | 0.9 |
| Hex | FF | CA | D6 | 0 | 15 | 10 | 0 | 15A | 64 | 5A |
| Octal | 377 | 312 | 326 | 0 | 25 | 20 | 0 | 532 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11010110 | 0 | 10101 | 10000 | 0 | 101011010 | 1100100 | 1011010 |
Color Harmonies of #FFCAD6
Complementary color
Monochromatic Colors of #FFCAD6
Black with #FFCAD6
Text Example
Text Example
White with #FFCAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAD6; }
p { color: rgb(255,202,214); }
H1.HeaderClassName
{
color: #FFCAD6;
}
.AnyTagClassName
{
color: #FFCAD6;
}
</style>
background-color css
<style>
a { background-color: #FFCAD6; }
a { background-color: rgb(255,202,214); }
div.DivClassName
{
background-color: #FFCAD6;
}
.BgClassName
{
background-color: #FFCAD6;
}
</style>
border-color css
<style>
span { border-color: #FFCAD6; }
span { border-color: rgb(255,202,214); }
td.TdClassName
{
border-color: #FFCAD6;
}
.TagClassName
{
border-color: #FFCAD6;
}
</style>