Shades of Your Pink #FFC4BA
Tints of Your Pink #FFC4BA
RGB
CMYK
RGB Variations
Color information
#FFC4BA (or 0xFFC4BA) is known color: Your Pink. HEX triplet: FF, C4 and BA. RGB value is (255,196,186). Sum of RGB (Red+Green+Blue) = 255+196+186=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4BA is #003B45. Grayscale: #D4D4D4. Windows color (decimal): -15174 or 12240127. OLE color: 12240127.
HSL color Cylindrical-coordinate representation of color #FFC4BA: hue angle of 8.7º 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 #FFC4BA is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 186 | - |
| CMYK | 0 | 0.23 | 0.27 | 0 |
| HSL | 8.7º | 1% | 0.86% | - |
| HSV(B) | 8.7º | 0.27% | 1% | - |
| XYZ | 69.84 | 64.29 | 55.18 | - |
| YUV | 212.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 186 | 0 | 0.23 | 0.27 | 0 | 8.7 | 1 | 0.86 |
| Hex | FF | C4 | BA | 0 | 17 | 1B | 0 | 9 | 64 | 56 |
| Octal | 377 | 304 | 272 | 0 | 27 | 33 | 0 | 11 | 144 | 126 |
| Binary | 11111111 | 11000100 | 10111010 | 0 | 10111 | 11011 | 0 | 1001 | 1100100 | 1010110 |
Color Harmonies of #FFC4BA
Complementary color
Monochromatic Colors of #FFC4BA
Black with #FFC4BA
Text Example
Text Example
White with #FFC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4BA; }
p { color: rgb(255,196,186); }
H1.HeaderClassName
{
color: #FFC4BA;
}
.AnyTagClassName
{
color: #FFC4BA;
}
</style>
background-color css
<style>
a { background-color: #FFC4BA; }
a { background-color: rgb(255,196,186); }
div.DivClassName
{
background-color: #FFC4BA;
}
.BgClassName
{
background-color: #FFC4BA;
}
</style>
border-color css
<style>
span { border-color: #FFC4BA; }
span { border-color: rgb(255,196,186); }
td.TdClassName
{
border-color: #FFC4BA;
}
.TagClassName
{
border-color: #FFC4BA;
}
</style>