Shades of Pink Lace #FFCAD8
Tints of Pink Lace #FFCAD8
RGB
CMYK
RGB Variations
Color information
#FFCAD8 (or 0xFFCAD8) is known color: Pink Lace. HEX triplet: FF, CA and D8. RGB value is (255,202,216). Sum of RGB (Red+Green+Blue) = 255+202+216=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD8 is #003527. Grayscale: #DBDBDB. Windows color (decimal): -13608 or 14207743. OLE color: 14207743.
HSL color Cylindrical-coordinate representation of color #FFCAD8: hue angle of 344.15º 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 #FFCAD8 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 216 | - |
| CMYK | 0 | 0.21 | 0.15 | 0 |
| HSL | 344.15º | 1% | 0.9% | - |
| HSV(B) | 344.15º | 0.21% | 1% | - |
| XYZ | 74.76 | 68.46 | 74.24 | - |
| YUV | 219.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 216 | 0 | 0.21 | 0.15 | 0 | 344.15 | 1 | 0.9 |
| Hex | FF | CA | D8 | 0 | 15 | F | 0 | 158 | 64 | 5A |
| Octal | 377 | 312 | 330 | 0 | 25 | 17 | 0 | 530 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11011000 | 0 | 10101 | 1111 | 0 | 101011000 | 1100100 | 1011010 |
Color Harmonies of #FFCAD8
Complementary color
Monochromatic Colors of #FFCAD8
Black with #FFCAD8
Text Example
Text Example
White with #FFCAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAD8; }
p { color: rgb(255,202,216); }
H1.HeaderClassName
{
color: #FFCAD8;
}
.AnyTagClassName
{
color: #FFCAD8;
}
</style>
background-color css
<style>
a { background-color: #FFCAD8; }
a { background-color: rgb(255,202,216); }
div.DivClassName
{
background-color: #FFCAD8;
}
.BgClassName
{
background-color: #FFCAD8;
}
</style>
border-color css
<style>
span { border-color: #FFCAD8; }
span { border-color: rgb(255,202,216); }
td.TdClassName
{
border-color: #FFCAD8;
}
.TagClassName
{
border-color: #FFCAD8;
}
</style>