Shades of Your Pink #FFCABC
Tints of Your Pink #FFCABC
RGB
CMYK
RGB Variations
Color information
#FFCABC (or 0xFFCABC) is known color: Your Pink. HEX triplet: FF, CA and BC. RGB value is (255,202,188). Sum of RGB (Red+Green+Blue) = 255+202+188=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCABC is #003543. Grayscale: #D8D8D8. Windows color (decimal): -13636 or 12372735. OLE color: 12372735.
HSL color Cylindrical-coordinate representation of color #FFCABC: hue angle of 12.54º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFCABC is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 188 | - |
| CMYK | 0 | 0.21 | 0.26 | 0 |
| HSL | 12.54º | 1% | 0.87% | - |
| HSV(B) | 12.54º | 0.26% | 1% | - |
| XYZ | 71.44 | 67.13 | 56.77 | - |
| YUV | 216.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 188 | 0 | 0.21 | 0.26 | 0 | 12.54 | 1 | 0.87 |
| Hex | FF | CA | BC | 0 | 15 | 1A | 0 | D | 64 | 57 |
| Octal | 377 | 312 | 274 | 0 | 25 | 32 | 0 | 15 | 144 | 127 |
| Binary | 11111111 | 11001010 | 10111100 | 0 | 10101 | 11010 | 0 | 1101 | 1100100 | 1010111 |
Color Harmonies of #FFCABC
Complementary color
Monochromatic Colors of #FFCABC
Black with #FFCABC
Text Example
Text Example
White with #FFCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCABC; }
p { color: rgb(255,202,188); }
H1.HeaderClassName
{
color: #FFCABC;
}
.AnyTagClassName
{
color: #FFCABC;
}
</style>
background-color css
<style>
a { background-color: #FFCABC; }
a { background-color: rgb(255,202,188); }
div.DivClassName
{
background-color: #FFCABC;
}
.BgClassName
{
background-color: #FFCABC;
}
</style>
border-color css
<style>
span { border-color: #FFCABC; }
span { border-color: rgb(255,202,188); }
td.TdClassName
{
border-color: #FFCABC;
}
.TagClassName
{
border-color: #FFCABC;
}
</style>