Shades of Light Pink #F7BAC3
Tints of Light Pink #F7BAC3
RGB
CMYK
RGB Variations
Color information
#F7BAC3 (or 0xF7BAC3) is known color: Light Pink. HEX triplet: F7, BA and C3. RGB value is (247,186,195). Sum of RGB (Red+Green+Blue) = 247+186+195=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAC3 is #08453C. Grayscale: #CDCDCD. Windows color (decimal): -542013 or 12827383. OLE color: 12827383.
HSL color Cylindrical-coordinate representation of color #F7BAC3: hue angle of 351.15º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BAC3 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 195 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.03 |
| HSL | 351.15º | 0.79% | 0.85% | - |
| HSV(B) | 351.15º | 0.25% | 0.97% | - |
| XYZ | 65.77 | 58.83 | 59.52 | - |
| YUV | 205.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 195 | 0 | 0.25 | 0.21 | 0.03 | 351.15 | 0.79 | 0.85 |
| Hex | F7 | BA | C3 | 0 | 19 | 15 | 3 | 15F | 4F | 55 |
| Octal | 367 | 272 | 303 | 0 | 31 | 25 | 3 | 537 | 117 | 125 |
| Binary | 11110111 | 10111010 | 11000011 | 0 | 11001 | 10101 | 11 | 101011111 | 1001111 | 1010101 |
Color Harmonies of #F7BAC3
Complementary color
Monochromatic Colors of #F7BAC3
Black with #F7BAC3
Text Example
Text Example
White with #F7BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BAC3; }
p { color: rgb(247,186,195); }
H1.HeaderClassName
{
color: #F7BAC3;
}
.AnyTagClassName
{
color: #F7BAC3;
}
</style>
background-color css
<style>
a { background-color: #F7BAC3; }
a { background-color: rgb(247,186,195); }
div.DivClassName
{
background-color: #F7BAC3;
}
.BgClassName
{
background-color: #F7BAC3;
}
</style>
border-color css
<style>
span { border-color: #F7BAC3; }
span { border-color: rgb(247,186,195); }
td.TdClassName
{
border-color: #F7BAC3;
}
.TagClassName
{
border-color: #F7BAC3;
}
</style>