Shades of Light Pink #F2B6BD
Tints of Light Pink #F2B6BD
RGB
CMYK
RGB Variations
Color information
#F2B6BD (or 0xF2B6BD) is known color: Light Pink. HEX triplet: F2, B6 and BD. RGB value is (242,182,189). Sum of RGB (Red+Green+Blue) = 242+182+189=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6BD is #0D4942. Grayscale: #C8C8C8. Windows color (decimal): -870723 or 12433138. OLE color: 12433138.
HSL color Cylindrical-coordinate representation of color #F2B6BD: hue angle of 353º 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 #F2B6BD is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 189 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.05 |
| HSL | 353º | 0.7% | 0.83% | - |
| HSV(B) | 353º | 0.25% | 0.95% | - |
| XYZ | 62.53 | 56.01 | 55.66 | - |
| YUV | 200.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 189 | 0 | 0.25 | 0.22 | 0.05 | 353 | 0.7 | 0.83 |
| Hex | F2 | B6 | BD | 0 | 19 | 16 | 5 | 161 | 46 | 53 |
| Octal | 362 | 266 | 275 | 0 | 31 | 26 | 5 | 541 | 106 | 123 |
| Binary | 11110010 | 10110110 | 10111101 | 0 | 11001 | 10110 | 101 | 101100001 | 1000110 | 1010011 |
Color Harmonies of #F2B6BD
Complementary color
Monochromatic Colors of #F2B6BD
Black with #F2B6BD
Text Example
Text Example
White with #F2B6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B6BD; }
p { color: rgb(242,182,189); }
H1.HeaderClassName
{
color: #F2B6BD;
}
.AnyTagClassName
{
color: #F2B6BD;
}
</style>
background-color css
<style>
a { background-color: #F2B6BD; }
a { background-color: rgb(242,182,189); }
div.DivClassName
{
background-color: #F2B6BD;
}
.BgClassName
{
background-color: #F2B6BD;
}
</style>
border-color css
<style>
span { border-color: #F2B6BD; }
span { border-color: rgb(242,182,189); }
td.TdClassName
{
border-color: #F2B6BD;
}
.TagClassName
{
border-color: #F2B6BD;
}
</style>