Shades of Light Pink #F2B5B9
Tints of Light Pink #F2B5B9
RGB
CMYK
RGB Variations
Color information
#F2B5B9 (or 0xF2B5B9) is known color: Light Pink. HEX triplet: F2, B5 and B9. RGB value is (242,181,185). Sum of RGB (Red+Green+Blue) = 242+181+185=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5B9 is #0D4A46. Grayscale: #C7C7C7. Windows color (decimal): -870983 or 12170738. OLE color: 12170738.
HSL color Cylindrical-coordinate representation of color #F2B5B9: hue angle of 356.07º degrees, saturation: 0.7, 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 #F2B5B9 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 185 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.05 |
| HSL | 356.07º | 0.7% | 0.83% | - |
| HSV(B) | 356.07º | 0.25% | 0.95% | - |
| XYZ | 61.9 | 55.43 | 53.34 | - |
| YUV | 199.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 185 | 0 | 0.25 | 0.24 | 0.05 | 356.07 | 0.7 | 0.83 |
| Hex | F2 | B5 | B9 | 0 | 19 | 18 | 5 | 164 | 46 | 53 |
| Octal | 362 | 265 | 271 | 0 | 31 | 30 | 5 | 544 | 106 | 123 |
| Binary | 11110010 | 10110101 | 10111001 | 0 | 11001 | 11000 | 101 | 101100100 | 1000110 | 1010011 |
Color Harmonies of #F2B5B9
Complementary color
Monochromatic Colors of #F2B5B9
Black with #F2B5B9
Text Example
Text Example
White with #F2B5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5B9; }
p { color: rgb(242,181,185); }
H1.HeaderClassName
{
color: #F2B5B9;
}
.AnyTagClassName
{
color: #F2B5B9;
}
</style>
background-color css
<style>
a { background-color: #F2B5B9; }
a { background-color: rgb(242,181,185); }
div.DivClassName
{
background-color: #F2B5B9;
}
.BgClassName
{
background-color: #F2B5B9;
}
</style>
border-color css
<style>
span { border-color: #F2B5B9; }
span { border-color: rgb(242,181,185); }
td.TdClassName
{
border-color: #F2B5B9;
}
.TagClassName
{
border-color: #F2B5B9;
}
</style>