Shades of Light Pink #F9B4BA
Tints of Light Pink #F9B4BA
RGB
CMYK
RGB Variations
Color information
#F9B4BA (or 0xF9B4BA) is known color: Light Pink. HEX triplet: F9, B4 and BA. RGB value is (249,180,186). Sum of RGB (Red+Green+Blue) = 249+180+186=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B4BA is #064B45. Grayscale: #C9C9C9. Windows color (decimal): -412486 or 12236025. OLE color: 12236025.
HSL color Cylindrical-coordinate representation of color #F9B4BA: hue angle of 354.78º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B4BA is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 186 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.02 |
| HSL | 354.78º | 0.85% | 0.84% | - |
| HSV(B) | 354.78º | 0.28% | 0.98% | - |
| XYZ | 64.25 | 56.33 | 53.94 | - |
| YUV | 201.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 186 | 0 | 0.28 | 0.25 | 0.02 | 354.78 | 0.85 | 0.84 |
| Hex | F9 | B4 | BA | 0 | 1C | 19 | 2 | 163 | 55 | 54 |
| Octal | 371 | 264 | 272 | 0 | 34 | 31 | 2 | 543 | 125 | 124 |
| Binary | 11111001 | 10110100 | 10111010 | 0 | 11100 | 11001 | 10 | 101100011 | 1010101 | 1010100 |
Color Harmonies of #F9B4BA
Complementary color
Monochromatic Colors of #F9B4BA
Black with #F9B4BA
Text Example
Text Example
White with #F9B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B4BA; }
p { color: rgb(249,180,186); }
H1.HeaderClassName
{
color: #F9B4BA;
}
.AnyTagClassName
{
color: #F9B4BA;
}
</style>
background-color css
<style>
a { background-color: #F9B4BA; }
a { background-color: rgb(249,180,186); }
div.DivClassName
{
background-color: #F9B4BA;
}
.BgClassName
{
background-color: #F9B4BA;
}
</style>
border-color css
<style>
span { border-color: #F9B4BA; }
span { border-color: rgb(249,180,186); }
td.TdClassName
{
border-color: #F9B4BA;
}
.TagClassName
{
border-color: #F9B4BA;
}
</style>