Shades of Pink Lace #FFCAD9
Tints of Pink Lace #FFCAD9
RGB
CMYK
RGB Variations
Color information
#FFCAD9 (or 0xFFCAD9) is known color: Pink Lace. HEX triplet: FF, CA and D9. RGB value is (255,202,217). Sum of RGB (Red+Green+Blue) = 255+202+217=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD9 is #003526. Grayscale: #DBDBDB. Windows color (decimal): -13607 or 14273279. OLE color: 14273279.
HSL color Cylindrical-coordinate representation of color #FFCAD9: hue angle of 343.02º 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 #FFCAD9 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 217 | - |
CMYK | 0 | 0.21 | 0.15 | 0 |
HSL | 343.02º | 1% | 0.9% | - |
HSV(B) | 343.02º | 0.21% | 1% | - |
XYZ | 74.88 | 68.51 | 74.92 | - |
YUV | 219.56 | 126.56 | 153.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 217 | 0 | 0.21 | 0.15 | 0 | 343.02 | 1 | 0.9 |
Hex | FF | CA | D9 | 0 | 15 | F | 0 | 157 | 64 | 5A |
Octal | 377 | 312 | 331 | 0 | 25 | 17 | 0 | 527 | 144 | 132 |
Binary | 11111111 | 11001010 | 11011001 | 0 | 10101 | 1111 | 0 | 101010111 | 1100100 | 1011010 |
Color Harmonies of #FFCAD9
Complementary color
Monochromatic Colors of #FFCAD9
Black with #FFCAD9
Text Example
Text Example
White with #FFCAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAD9; }
p { color: rgb(255,202,217); }
H1.HeaderClassName
{
color: #FFCAD9;
}
.AnyTagClassName
{
color: #FFCAD9;
}
</style>
background-color css
<style>
a { background-color: #FFCAD9; }
a { background-color: rgb(255,202,217); }
div.DivClassName
{
background-color: #FFCAD9;
}
.BgClassName
{
background-color: #FFCAD9;
}
</style>
border-color css
<style>
span { border-color: #FFCAD9; }
span { border-color: rgb(255,202,217); }
td.TdClassName
{
border-color: #FFCAD9;
}
.TagClassName
{
border-color: #FFCAD9;
}
</style>