Shades of Your Pink #FFCABD
Tints of Your Pink #FFCABD
RGB
CMYK
RGB Variations
Color information
#FFCABD (or 0xFFCABD) is known color: Your Pink. HEX triplet: FF, CA and BD. RGB value is (255,202,189). Sum of RGB (Red+Green+Blue) = 255+202+189=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCABD is #003542. Grayscale: #D8D8D8. Windows color (decimal): -13635 or 12438271. OLE color: 12438271.
HSL color Cylindrical-coordinate representation of color #FFCABD: hue angle of 11.82º 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 #FFCABD is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 189 | - |
| CMYK | 0 | 0.21 | 0.26 | 0 |
| HSL | 11.82º | 1% | 0.87% | - |
| HSV(B) | 11.82º | 0.26% | 1% | - |
| XYZ | 71.55 | 67.18 | 57.34 | - |
| YUV | 216.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 189 | 0 | 0.21 | 0.26 | 0 | 11.82 | 1 | 0.87 |
| Hex | FF | CA | BD | 0 | 15 | 1A | 0 | C | 64 | 57 |
| Octal | 377 | 312 | 275 | 0 | 25 | 32 | 0 | 14 | 144 | 127 |
| Binary | 11111111 | 11001010 | 10111101 | 0 | 10101 | 11010 | 0 | 1100 | 1100100 | 1010111 |
Color Harmonies of #FFCABD
Complementary color
Monochromatic Colors of #FFCABD
Black with #FFCABD
Text Example
Text Example
White with #FFCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCABD; }
p { color: rgb(255,202,189); }
H1.HeaderClassName
{
color: #FFCABD;
}
.AnyTagClassName
{
color: #FFCABD;
}
</style>
background-color css
<style>
a { background-color: #FFCABD; }
a { background-color: rgb(255,202,189); }
div.DivClassName
{
background-color: #FFCABD;
}
.BgClassName
{
background-color: #FFCABD;
}
</style>
border-color css
<style>
span { border-color: #FFCABD; }
span { border-color: rgb(255,202,189); }
td.TdClassName
{
border-color: #FFCABD;
}
.TagClassName
{
border-color: #FFCABD;
}
</style>