Shades of Pink #FFCACD
Tints of Pink #FFCACD
RGB
CMYK
RGB Variations
Color information
#FFCACD (or 0xFFCACD) is known color: Pink. HEX triplet: FF, CA and CD. RGB value is (255,202,205). Sum of RGB (Red+Green+Blue) = 255+202+205=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCACD is #003532. Grayscale: #DADADA. Windows color (decimal): -13619 or 13486847. OLE color: 13486847.
HSL color Cylindrical-coordinate representation of color #FFCACD: hue angle of 356.6º 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 #FFCACD is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 205 | - |
| CMYK | 0 | 0.21 | 0.20 | 0 |
| HSL | 356.6º | 1% | 0.9% | - |
| HSV(B) | 356.6º | 0.21% | 1% | - |
| XYZ | 73.38 | 67.91 | 67 | - |
| YUV | 218.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 205 | 0 | 0.21 | 0.20 | 0 | 356.6 | 1 | 0.9 |
| Hex | FF | CA | CD | 0 | 15 | 14 | 0 | 165 | 64 | 5A |
| Octal | 377 | 312 | 315 | 0 | 25 | 24 | 0 | 545 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11001101 | 0 | 10101 | 10100 | 0 | 101100101 | 1100100 | 1011010 |
Color Harmonies of #FFCACD
Complementary color
Monochromatic Colors of #FFCACD
Black with #FFCACD
Text Example
Text Example
White with #FFCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCACD; }
p { color: rgb(255,202,205); }
H1.HeaderClassName
{
color: #FFCACD;
}
.AnyTagClassName
{
color: #FFCACD;
}
</style>
background-color css
<style>
a { background-color: #FFCACD; }
a { background-color: rgb(255,202,205); }
div.DivClassName
{
background-color: #FFCACD;
}
.BgClassName
{
background-color: #FFCACD;
}
</style>
border-color css
<style>
span { border-color: #FFCACD; }
span { border-color: rgb(255,202,205); }
td.TdClassName
{
border-color: #FFCACD;
}
.TagClassName
{
border-color: #FFCACD;
}
</style>