Shades of Light Pink #FFBAC2
Tints of Light Pink #FFBAC2
RGB
CMYK
RGB Variations
Color information
#FFBAC2 (or 0xFFBAC2) is known color: Light Pink. HEX triplet: FF, BA and C2. RGB value is (255,186,194). Sum of RGB (Red+Green+Blue) = 255+186+194=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC2 is #00453D. Grayscale: #CFCFCF. Windows color (decimal): -17726 or 12761855. OLE color: 12761855.
HSL color Cylindrical-coordinate representation of color #FFBAC2: hue angle of 353.04º 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 #FFBAC2 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 194 | - |
| CMYK | 0 | 0.27 | 0.24 | 0 |
| HSL | 353.04º | 1% | 0.86% | - |
| HSV(B) | 353.04º | 0.27% | 1% | - |
| XYZ | 68.54 | 60.27 | 59.06 | - |
| YUV | 207.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 194 | 0 | 0.27 | 0.24 | 0 | 353.04 | 1 | 0.86 |
| Hex | FF | BA | C2 | 0 | 1B | 18 | 0 | 161 | 64 | 56 |
| Octal | 377 | 272 | 302 | 0 | 33 | 30 | 0 | 541 | 144 | 126 |
| Binary | 11111111 | 10111010 | 11000010 | 0 | 11011 | 11000 | 0 | 101100001 | 1100100 | 1010110 |
Color Harmonies of #FFBAC2
Complementary color
Monochromatic Colors of #FFBAC2
Black with #FFBAC2
Text Example
Text Example
White with #FFBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAC2; }
p { color: rgb(255,186,194); }
H1.HeaderClassName
{
color: #FFBAC2;
}
.AnyTagClassName
{
color: #FFBAC2;
}
</style>
background-color css
<style>
a { background-color: #FFBAC2; }
a { background-color: rgb(255,186,194); }
div.DivClassName
{
background-color: #FFBAC2;
}
.BgClassName
{
background-color: #FFBAC2;
}
</style>
border-color css
<style>
span { border-color: #FFBAC2; }
span { border-color: rgb(255,186,194); }
td.TdClassName
{
border-color: #FFBAC2;
}
.TagClassName
{
border-color: #FFBAC2;
}
</style>