Shades of Light Pink #F1B4BB
Tints of Light Pink #F1B4BB
RGB
CMYK
RGB Variations
Color information
#F1B4BB (or 0xF1B4BB) is known color: Light Pink. HEX triplet: F1, B4 and BB. RGB value is (241,180,187). Sum of RGB (Red+Green+Blue) = 241+180+187=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4BB is #0E4B44. Grayscale: #C7C7C7. Windows color (decimal): -936773 or 12301553. OLE color: 12301553.
HSL color Cylindrical-coordinate representation of color #F1B4BB: hue angle of 353.11º 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 #F1B4BB is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 187 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.05 |
| HSL | 353.11º | 0.69% | 0.83% | - |
| HSV(B) | 353.11º | 0.25% | 0.95% | - |
| XYZ | 61.57 | 54.93 | 54.37 | - |
| YUV | 199.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 187 | 0 | 0.25 | 0.22 | 0.05 | 353.11 | 0.69 | 0.83 |
| Hex | F1 | B4 | BB | 0 | 19 | 16 | 5 | 161 | 45 | 53 |
| Octal | 361 | 264 | 273 | 0 | 31 | 26 | 5 | 541 | 105 | 123 |
| Binary | 11110001 | 10110100 | 10111011 | 0 | 11001 | 10110 | 101 | 101100001 | 1000101 | 1010011 |
Color Harmonies of #F1B4BB
Complementary color
Monochromatic Colors of #F1B4BB
Black with #F1B4BB
Text Example
Text Example
White with #F1B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4BB; }
p { color: rgb(241,180,187); }
H1.HeaderClassName
{
color: #F1B4BB;
}
.AnyTagClassName
{
color: #F1B4BB;
}
</style>
background-color css
<style>
a { background-color: #F1B4BB; }
a { background-color: rgb(241,180,187); }
div.DivClassName
{
background-color: #F1B4BB;
}
.BgClassName
{
background-color: #F1B4BB;
}
</style>
border-color css
<style>
span { border-color: #F1B4BB; }
span { border-color: rgb(241,180,187); }
td.TdClassName
{
border-color: #F1B4BB;
}
.TagClassName
{
border-color: #F1B4BB;
}
</style>