Shades of Pink Lace #FFCAD3
Tints of Pink Lace #FFCAD3
RGB
CMYK
RGB Variations
Color information
#FFCAD3 (or 0xFFCAD3) is known color: Pink Lace. HEX triplet: FF, CA and D3. RGB value is (255,202,211). Sum of RGB (Red+Green+Blue) = 255+202+211=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD3 is #00352C. Grayscale: #DADADA. Windows color (decimal): -13613 or 13880063. OLE color: 13880063.
HSL color Cylindrical-coordinate representation of color #FFCAD3: hue angle of 349.81º 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 #FFCAD3 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 211 | - |
| CMYK | 0 | 0.21 | 0.17 | 0 |
| HSL | 349.81º | 1% | 0.9% | - |
| HSV(B) | 349.81º | 0.21% | 1% | - |
| XYZ | 74.12 | 68.2 | 70.89 | - |
| YUV | 218.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 211 | 0 | 0.21 | 0.17 | 0 | 349.81 | 1 | 0.9 |
| Hex | FF | CA | D3 | 0 | 15 | 11 | 0 | 15E | 64 | 5A |
| Octal | 377 | 312 | 323 | 0 | 25 | 21 | 0 | 536 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11010011 | 0 | 10101 | 10001 | 0 | 101011110 | 1100100 | 1011010 |
Color Harmonies of #FFCAD3
Complementary color
Monochromatic Colors of #FFCAD3
Black with #FFCAD3
Text Example
Text Example
White with #FFCAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAD3; }
p { color: rgb(255,202,211); }
H1.HeaderClassName
{
color: #FFCAD3;
}
.AnyTagClassName
{
color: #FFCAD3;
}
</style>
background-color css
<style>
a { background-color: #FFCAD3; }
a { background-color: rgb(255,202,211); }
div.DivClassName
{
background-color: #FFCAD3;
}
.BgClassName
{
background-color: #FFCAD3;
}
</style>
border-color css
<style>
span { border-color: #FFCAD3; }
span { border-color: rgb(255,202,211); }
td.TdClassName
{
border-color: #FFCAD3;
}
.TagClassName
{
border-color: #FFCAD3;
}
</style>