Shades of Light Pink #F2B1B7
Tints of Light Pink #F2B1B7
RGB
CMYK
RGB Variations
Color information
#F2B1B7 (or 0xF2B1B7) is known color: Light Pink. HEX triplet: F2, B1 and B7. RGB value is (242,177,183). Sum of RGB (Red+Green+Blue) = 242+177+183=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1B7 is #0D4E48. Grayscale: #C5C5C5. Windows color (decimal): -872009 or 12038642. OLE color: 12038642.
HSL color Cylindrical-coordinate representation of color #F2B1B7: hue angle of 354.46º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B1B7 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 183 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.05 |
| HSL | 354.46º | 0.71% | 0.82% | - |
| HSV(B) | 354.46º | 0.27% | 0.95% | - |
| XYZ | 60.89 | 53.74 | 51.96 | - |
| YUV | 197.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 183 | 0 | 0.27 | 0.24 | 0.05 | 354.46 | 0.71 | 0.82 |
| Hex | F2 | B1 | B7 | 0 | 1B | 18 | 5 | 162 | 47 | 52 |
| Octal | 362 | 261 | 267 | 0 | 33 | 30 | 5 | 542 | 107 | 122 |
| Binary | 11110010 | 10110001 | 10110111 | 0 | 11011 | 11000 | 101 | 101100010 | 1000111 | 1010010 |
Color Harmonies of #F2B1B7
Complementary color
Monochromatic Colors of #F2B1B7
Black with #F2B1B7
Text Example
Text Example
White with #F2B1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B1B7; }
p { color: rgb(242,177,183); }
H1.HeaderClassName
{
color: #F2B1B7;
}
.AnyTagClassName
{
color: #F2B1B7;
}
</style>
background-color css
<style>
a { background-color: #F2B1B7; }
a { background-color: rgb(242,177,183); }
div.DivClassName
{
background-color: #F2B1B7;
}
.BgClassName
{
background-color: #F2B1B7;
}
</style>
border-color css
<style>
span { border-color: #F2B1B7; }
span { border-color: rgb(242,177,183); }
td.TdClassName
{
border-color: #F2B1B7;
}
.TagClassName
{
border-color: #F2B1B7;
}
</style>