Shades of Your Pink #FFCABA
Tints of Your Pink #FFCABA
RGB
CMYK
RGB Variations
Color information
#FFCABA (or 0xFFCABA) is known color: Your Pink. HEX triplet: FF, CA and BA. RGB value is (255,202,186). Sum of RGB (Red+Green+Blue) = 255+202+186=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCABA is #003545. Grayscale: #D8D8D8. Windows color (decimal): -13638 or 12241663. OLE color: 12241663.
HSL color Cylindrical-coordinate representation of color #FFCABA: hue angle of 13.91º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFCABA is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 186 | - |
| CMYK | 0 | 0.21 | 0.27 | 0 |
| HSL | 13.91º | 1% | 0.86% | - |
| HSV(B) | 13.91º | 0.27% | 1% | - |
| XYZ | 71.22 | 67.05 | 55.64 | - |
| YUV | 216.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 186 | 0 | 0.21 | 0.27 | 0 | 13.91 | 1 | 0.86 |
| Hex | FF | CA | BA | 0 | 15 | 1B | 0 | E | 64 | 56 |
| Octal | 377 | 312 | 272 | 0 | 25 | 33 | 0 | 16 | 144 | 126 |
| Binary | 11111111 | 11001010 | 10111010 | 0 | 10101 | 11011 | 0 | 1110 | 1100100 | 1010110 |
Color Harmonies of #FFCABA
Complementary color
Monochromatic Colors of #FFCABA
Black with #FFCABA
Text Example
Text Example
White with #FFCABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCABA; }
p { color: rgb(255,202,186); }
H1.HeaderClassName
{
color: #FFCABA;
}
.AnyTagClassName
{
color: #FFCABA;
}
</style>
background-color css
<style>
a { background-color: #FFCABA; }
a { background-color: rgb(255,202,186); }
div.DivClassName
{
background-color: #FFCABA;
}
.BgClassName
{
background-color: #FFCABA;
}
</style>
border-color css
<style>
span { border-color: #FFCABA; }
span { border-color: rgb(255,202,186); }
td.TdClassName
{
border-color: #FFCABA;
}
.TagClassName
{
border-color: #FFCABA;
}
</style>