Shades of Light Pink #F1B4BA
Tints of Light Pink #F1B4BA
RGB
CMYK
RGB Variations
Color information
#F1B4BA (or 0xF1B4BA) is known color: Light Pink. HEX triplet: F1, B4 and BA. RGB value is (241,180,186). Sum of RGB (Red+Green+Blue) = 241+180+186=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4BA is #0E4B45. Grayscale: #C6C6C6. Windows color (decimal): -936774 or 12236017. OLE color: 12236017.
HSL color Cylindrical-coordinate representation of color #F1B4BA: hue angle of 354.1º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B4BA is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 186 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.05 |
| HSL | 354.1º | 0.69% | 0.83% | - |
| HSV(B) | 354.1º | 0.25% | 0.95% | - |
| XYZ | 61.46 | 54.89 | 53.81 | - |
| YUV | 198.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 186 | 0 | 0.25 | 0.23 | 0.05 | 354.1 | 0.69 | 0.83 |
| Hex | F1 | B4 | BA | 0 | 19 | 17 | 5 | 162 | 45 | 53 |
| Octal | 361 | 264 | 272 | 0 | 31 | 27 | 5 | 542 | 105 | 123 |
| Binary | 11110001 | 10110100 | 10111010 | 0 | 11001 | 10111 | 101 | 101100010 | 1000101 | 1010011 |
Color Harmonies of #F1B4BA
Complementary color
Monochromatic Colors of #F1B4BA
Black with #F1B4BA
Text Example
Text Example
White with #F1B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4BA; }
p { color: rgb(241,180,186); }
H1.HeaderClassName
{
color: #F1B4BA;
}
.AnyTagClassName
{
color: #F1B4BA;
}
</style>
background-color css
<style>
a { background-color: #F1B4BA; }
a { background-color: rgb(241,180,186); }
div.DivClassName
{
background-color: #F1B4BA;
}
.BgClassName
{
background-color: #F1B4BA;
}
</style>
border-color css
<style>
span { border-color: #F1B4BA; }
span { border-color: rgb(241,180,186); }
td.TdClassName
{
border-color: #F1B4BA;
}
.TagClassName
{
border-color: #F1B4BA;
}
</style>