Shades of Pink #FFCAD0
Tints of Pink #FFCAD0
RGB
CMYK
RGB Variations
Color information
#FFCAD0 (or 0xFFCAD0) is known color: Pink. HEX triplet: FF, CA and D0. RGB value is (255,202,208). Sum of RGB (Red+Green+Blue) = 255+202+208=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD0 is #00352F. Grayscale: #DADADA. Windows color (decimal): -13616 or 13683455. OLE color: 13683455.
HSL color Cylindrical-coordinate representation of color #FFCAD0: hue angle of 353.21º 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 #FFCAD0 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 208 | - |
| CMYK | 0 | 0.21 | 0.18 | 0 |
| HSL | 353.21º | 1% | 0.9% | - |
| HSV(B) | 353.21º | 0.21% | 1% | - |
| XYZ | 73.75 | 68.06 | 68.92 | - |
| YUV | 218.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 208 | 0 | 0.21 | 0.18 | 0 | 353.21 | 1 | 0.9 |
| Hex | FF | CA | D0 | 0 | 15 | 12 | 0 | 161 | 64 | 5A |
| Octal | 377 | 312 | 320 | 0 | 25 | 22 | 0 | 541 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11010000 | 0 | 10101 | 10010 | 0 | 101100001 | 1100100 | 1011010 |
Color Harmonies of #FFCAD0
Complementary color
Monochromatic Colors of #FFCAD0
Black with #FFCAD0
Text Example
Text Example
White with #FFCAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAD0; }
p { color: rgb(255,202,208); }
H1.HeaderClassName
{
color: #FFCAD0;
}
.AnyTagClassName
{
color: #FFCAD0;
}
</style>
background-color css
<style>
a { background-color: #FFCAD0; }
a { background-color: rgb(255,202,208); }
div.DivClassName
{
background-color: #FFCAD0;
}
.BgClassName
{
background-color: #FFCAD0;
}
</style>
border-color css
<style>
span { border-color: #FFCAD0; }
span { border-color: rgb(255,202,208); }
td.TdClassName
{
border-color: #FFCAD0;
}
.TagClassName
{
border-color: #FFCAD0;
}
</style>