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