Shades of Light Pink #F4B5BD
Tints of Light Pink #F4B5BD
RGB
CMYK
RGB Variations
Color information
#F4B5BD (or 0xF4B5BD) is known color: Light Pink. HEX triplet: F4, B5 and BD. RGB value is (244,181,189). Sum of RGB (Red+Green+Blue) = 244+181+189=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B5BD is #0B4A42. Grayscale: #C8C8C8. Windows color (decimal): -739907 or 12432884. OLE color: 12432884.
HSL color Cylindrical-coordinate representation of color #F4B5BD: hue angle of 352.38º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4B5BD is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 189 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.04 |
| HSL | 352.38º | 0.74% | 0.83% | - |
| HSV(B) | 352.38º | 0.26% | 0.96% | - |
| XYZ | 63.02 | 55.95 | 55.62 | - |
| YUV | 200.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 189 | 0 | 0.26 | 0.23 | 0.04 | 352.38 | 0.74 | 0.83 |
| Hex | F4 | B5 | BD | 0 | 1A | 17 | 4 | 160 | 4A | 53 |
| Octal | 364 | 265 | 275 | 0 | 32 | 27 | 4 | 540 | 112 | 123 |
| Binary | 11110100 | 10110101 | 10111101 | 0 | 11010 | 10111 | 100 | 101100000 | 1001010 | 1010011 |
Color Harmonies of #F4B5BD
Complementary color
Monochromatic Colors of #F4B5BD
Black with #F4B5BD
Text Example
Text Example
White with #F4B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B5BD; }
p { color: rgb(244,181,189); }
H1.HeaderClassName
{
color: #F4B5BD;
}
.AnyTagClassName
{
color: #F4B5BD;
}
</style>
background-color css
<style>
a { background-color: #F4B5BD; }
a { background-color: rgb(244,181,189); }
div.DivClassName
{
background-color: #F4B5BD;
}
.BgClassName
{
background-color: #F4B5BD;
}
</style>
border-color css
<style>
span { border-color: #F4B5BD; }
span { border-color: rgb(244,181,189); }
td.TdClassName
{
border-color: #F4B5BD;
}
.TagClassName
{
border-color: #F4B5BD;
}
</style>