Shades of Light Pink #F2B7C0
Tints of Light Pink #F2B7C0
RGB
CMYK
RGB Variations
Color information
#F2B7C0 (or 0xF2B7C0) is known color: Light Pink. HEX triplet: F2, B7 and C0. RGB value is (242,183,192). Sum of RGB (Red+Green+Blue) = 242+183+192=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7C0 is #0D483F. Grayscale: #C9C9C9. Windows color (decimal): -870464 or 12630002. OLE color: 12630002.
HSL color Cylindrical-coordinate representation of color #F2B7C0: hue angle of 350.85º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B7C0 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 192 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.05 |
| HSL | 350.85º | 0.69% | 0.83% | - |
| HSV(B) | 350.85º | 0.24% | 0.95% | - |
| XYZ | 63.07 | 56.55 | 57.46 | - |
| YUV | 201.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 192 | 0 | 0.24 | 0.21 | 0.05 | 350.85 | 0.69 | 0.83 |
| Hex | F2 | B7 | C0 | 0 | 18 | 15 | 5 | 15F | 45 | 53 |
| Octal | 362 | 267 | 300 | 0 | 30 | 25 | 5 | 537 | 105 | 123 |
| Binary | 11110010 | 10110111 | 11000000 | 0 | 11000 | 10101 | 101 | 101011111 | 1000101 | 1010011 |
Color Harmonies of #F2B7C0
Complementary color
Monochromatic Colors of #F2B7C0
Black with #F2B7C0
Text Example
Text Example
White with #F2B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7C0; }
p { color: rgb(242,183,192); }
H1.HeaderClassName
{
color: #F2B7C0;
}
.AnyTagClassName
{
color: #F2B7C0;
}
</style>
background-color css
<style>
a { background-color: #F2B7C0; }
a { background-color: rgb(242,183,192); }
div.DivClassName
{
background-color: #F2B7C0;
}
.BgClassName
{
background-color: #F2B7C0;
}
</style>
border-color css
<style>
span { border-color: #F2B7C0; }
span { border-color: rgb(242,183,192); }
td.TdClassName
{
border-color: #F2B7C0;
}
.TagClassName
{
border-color: #F2B7C0;
}
</style>