Shades of Light Pink #F4B7BD
Tints of Light Pink #F4B7BD
RGB
CMYK
RGB Variations
Color information
#F4B7BD (or 0xF4B7BD) is known color: Light Pink. HEX triplet: F4, B7 and BD. RGB value is (244,183,189). Sum of RGB (Red+Green+Blue) = 244+183+189=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B7BD is #0B4842. Grayscale: #C9C9C9. Windows color (decimal): -739395 or 12433396. OLE color: 12433396.
HSL color Cylindrical-coordinate representation of color #F4B7BD: hue angle of 354.1º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B7BD is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 183 | 189 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.04 |
| HSL | 354.1º | 0.73% | 0.84% | - |
| HSV(B) | 354.1º | 0.25% | 0.96% | - |
| XYZ | 63.43 | 56.77 | 55.76 | - |
| YUV | 201.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 183 | 189 | 0 | 0.25 | 0.23 | 0.04 | 354.1 | 0.73 | 0.84 |
| Hex | F4 | B7 | BD | 0 | 19 | 17 | 4 | 162 | 49 | 54 |
| Octal | 364 | 267 | 275 | 0 | 31 | 27 | 4 | 542 | 111 | 124 |
| Binary | 11110100 | 10110111 | 10111101 | 0 | 11001 | 10111 | 100 | 101100010 | 1001001 | 1010100 |
Color Harmonies of #F4B7BD
Complementary color
Monochromatic Colors of #F4B7BD
Black with #F4B7BD
Text Example
Text Example
White with #F4B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B7BD; }
p { color: rgb(244,183,189); }
H1.HeaderClassName
{
color: #F4B7BD;
}
.AnyTagClassName
{
color: #F4B7BD;
}
</style>
background-color css
<style>
a { background-color: #F4B7BD; }
a { background-color: rgb(244,183,189); }
div.DivClassName
{
background-color: #F4B7BD;
}
.BgClassName
{
background-color: #F4B7BD;
}
</style>
border-color css
<style>
span { border-color: #F4B7BD; }
span { border-color: rgb(244,183,189); }
td.TdClassName
{
border-color: #F4B7BD;
}
.TagClassName
{
border-color: #F4B7BD;
}
</style>