Shades of Light Pink #F4B6BF
Tints of Light Pink #F4B6BF
RGB
CMYK
RGB Variations
Color information
#F4B6BF (or 0xF4B6BF) is known color: Light Pink. HEX triplet: F4, B6 and BF. RGB value is (244,182,191). Sum of RGB (Red+Green+Blue) = 244+182+191=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B6BF is #0B4940. Grayscale: #C9C9C9. Windows color (decimal): -739649 or 12564212. OLE color: 12564212.
HSL color Cylindrical-coordinate representation of color #F4B6BF: hue angle of 351.29º degrees, saturation: 0.74, 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 #F4B6BF is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 182 | 191 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.04 |
| HSL | 351.29º | 0.74% | 0.84% | - |
| HSV(B) | 351.29º | 0.25% | 0.96% | - |
| XYZ | 63.44 | 56.45 | 56.84 | - |
| YUV | 201.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 182 | 191 | 0 | 0.25 | 0.22 | 0.04 | 351.29 | 0.74 | 0.84 |
| Hex | F4 | B6 | BF | 0 | 19 | 16 | 4 | 15F | 4A | 54 |
| Octal | 364 | 266 | 277 | 0 | 31 | 26 | 4 | 537 | 112 | 124 |
| Binary | 11110100 | 10110110 | 10111111 | 0 | 11001 | 10110 | 100 | 101011111 | 1001010 | 1010100 |
Color Harmonies of #F4B6BF
Complementary color
Monochromatic Colors of #F4B6BF
Black with #F4B6BF
Text Example
Text Example
White with #F4B6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B6BF; }
p { color: rgb(244,182,191); }
H1.HeaderClassName
{
color: #F4B6BF;
}
.AnyTagClassName
{
color: #F4B6BF;
}
</style>
background-color css
<style>
a { background-color: #F4B6BF; }
a { background-color: rgb(244,182,191); }
div.DivClassName
{
background-color: #F4B6BF;
}
.BgClassName
{
background-color: #F4B6BF;
}
</style>
border-color css
<style>
span { border-color: #F4B6BF; }
span { border-color: rgb(244,182,191); }
td.TdClassName
{
border-color: #F4B6BF;
}
.TagClassName
{
border-color: #F4B6BF;
}
</style>