Shades of Pink #FFCAD1
Tints of Pink #FFCAD1
RGB
CMYK
RGB Variations
Color information
#FFCAD1 (or 0xFFCAD1) is known color: Pink. HEX triplet: FF, CA and D1. RGB value is (255,202,209). Sum of RGB (Red+Green+Blue) = 255+202+209=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD1 is #00352E. Grayscale: #DADADA. Windows color (decimal): -13615 or 13748991. OLE color: 13748991.
HSL color Cylindrical-coordinate representation of color #FFCAD1: hue angle of 352.08º 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 #FFCAD1 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 209 | - |
| CMYK | 0 | 0.21 | 0.18 | 0 |
| HSL | 352.08º | 1% | 0.9% | - |
| HSV(B) | 352.08º | 0.21% | 1% | - |
| XYZ | 73.87 | 68.1 | 69.57 | - |
| YUV | 218.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 209 | 0 | 0.21 | 0.18 | 0 | 352.08 | 1 | 0.9 |
| Hex | FF | CA | D1 | 0 | 15 | 12 | 0 | 160 | 64 | 5A |
| Octal | 377 | 312 | 321 | 0 | 25 | 22 | 0 | 540 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11010001 | 0 | 10101 | 10010 | 0 | 101100000 | 1100100 | 1011010 |
Color Harmonies of #FFCAD1
Complementary color
Monochromatic Colors of #FFCAD1
Black with #FFCAD1
Text Example
Text Example
White with #FFCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAD1; }
p { color: rgb(255,202,209); }
H1.HeaderClassName
{
color: #FFCAD1;
}
.AnyTagClassName
{
color: #FFCAD1;
}
</style>
background-color css
<style>
a { background-color: #FFCAD1; }
a { background-color: rgb(255,202,209); }
div.DivClassName
{
background-color: #FFCAD1;
}
.BgClassName
{
background-color: #FFCAD1;
}
</style>
border-color css
<style>
span { border-color: #FFCAD1; }
span { border-color: rgb(255,202,209); }
td.TdClassName
{
border-color: #FFCAD1;
}
.TagClassName
{
border-color: #FFCAD1;
}
</style>