Shades of Your Pink #FFCABB
Tints of Your Pink #FFCABB
RGB
CMYK
RGB Variations
Color information
#FFCABB (or 0xFFCABB) is known color: Your Pink. HEX triplet: FF, CA and BB. RGB value is (255,202,187). Sum of RGB (Red+Green+Blue) = 255+202+187=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCABB is #003544. Grayscale: #D8D8D8. Windows color (decimal): -13637 or 12307199. OLE color: 12307199.
HSL color Cylindrical-coordinate representation of color #FFCABB: hue angle of 13.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFCABB is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 187 | - |
| CMYK | 0 | 0.21 | 0.27 | 0 |
| HSL | 13.24º | 1% | 0.87% | - |
| HSV(B) | 13.24º | 0.27% | 1% | - |
| XYZ | 71.33 | 67.09 | 56.2 | - |
| YUV | 216.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 187 | 0 | 0.21 | 0.27 | 0 | 13.24 | 1 | 0.87 |
| Hex | FF | CA | BB | 0 | 15 | 1B | 0 | D | 64 | 57 |
| Octal | 377 | 312 | 273 | 0 | 25 | 33 | 0 | 15 | 144 | 127 |
| Binary | 11111111 | 11001010 | 10111011 | 0 | 10101 | 11011 | 0 | 1101 | 1100100 | 1010111 |
Color Harmonies of #FFCABB
Complementary color
Monochromatic Colors of #FFCABB
Black with #FFCABB
Text Example
Text Example
White with #FFCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCABB; }
p { color: rgb(255,202,187); }
H1.HeaderClassName
{
color: #FFCABB;
}
.AnyTagClassName
{
color: #FFCABB;
}
</style>
background-color css
<style>
a { background-color: #FFCABB; }
a { background-color: rgb(255,202,187); }
div.DivClassName
{
background-color: #FFCABB;
}
.BgClassName
{
background-color: #FFCABB;
}
</style>
border-color css
<style>
span { border-color: #FFCABB; }
span { border-color: rgb(255,202,187); }
td.TdClassName
{
border-color: #FFCABB;
}
.TagClassName
{
border-color: #FFCABB;
}
</style>