Shades of Your Pink #FFCAB8
Tints of Your Pink #FFCAB8
RGB
CMYK
RGB Variations
Color information
#FFCAB8 (or 0xFFCAB8) is known color: Your Pink. HEX triplet: FF, CA and B8. RGB value is (255,202,184). Sum of RGB (Red+Green+Blue) = 255+202+184=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 184 (72.27% from 255 or 28.71% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAB8 is #003547. Grayscale: #D7D7D7. Windows color (decimal): -13640 or 12110591. OLE color: 12110591.
HSL color Cylindrical-coordinate representation of color #FFCAB8: hue angle of 15.21º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFCAB8 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 184 | - |
| CMYK | 0 | 0.21 | 0.28 | 0 |
| HSL | 15.21º | 1% | 0.86% | - |
| HSV(B) | 15.21º | 0.28% | 1% | - |
| XYZ | 71.01 | 66.96 | 54.53 | - |
| YUV | 215.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 184 | 0 | 0.21 | 0.28 | 0 | 15.21 | 1 | 0.86 |
| Hex | FF | CA | B8 | 0 | 15 | 1C | 0 | F | 64 | 56 |
| Octal | 377 | 312 | 270 | 0 | 25 | 34 | 0 | 17 | 144 | 126 |
| Binary | 11111111 | 11001010 | 10111000 | 0 | 10101 | 11100 | 0 | 1111 | 1100100 | 1010110 |
Color Harmonies of #FFCAB8
Complementary color
Monochromatic Colors of #FFCAB8
Black with #FFCAB8
Text Example
Text Example
White with #FFCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAB8; }
p { color: rgb(255,202,184); }
H1.HeaderClassName
{
color: #FFCAB8;
}
.AnyTagClassName
{
color: #FFCAB8;
}
</style>
background-color css
<style>
a { background-color: #FFCAB8; }
a { background-color: rgb(255,202,184); }
div.DivClassName
{
background-color: #FFCAB8;
}
.BgClassName
{
background-color: #FFCAB8;
}
</style>
border-color css
<style>
span { border-color: #FFCAB8; }
span { border-color: rgb(255,202,184); }
td.TdClassName
{
border-color: #FFCAB8;
}
.TagClassName
{
border-color: #FFCAB8;
}
</style>