Shades of Light Pink #F0B5BD
Tints of Light Pink #F0B5BD
RGB
CMYK
RGB Variations
Color information
#F0B5BD (or 0xF0B5BD) is known color: Light Pink. HEX triplet: F0, B5 and BD. RGB value is (240,181,189). Sum of RGB (Red+Green+Blue) = 240+181+189=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5BD is #0F4A42. Grayscale: #C7C7C7. Windows color (decimal): -1002051 or 12432880. OLE color: 12432880.
HSL color Cylindrical-coordinate representation of color #F0B5BD: hue angle of 351.86º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B5BD is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 189 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.06 |
| HSL | 351.86º | 0.66% | 0.83% | - |
| HSV(B) | 351.86º | 0.25% | 0.94% | - |
| XYZ | 61.64 | 55.25 | 55.56 | - |
| YUV | 199.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 189 | 0 | 0.25 | 0.21 | 0.06 | 351.86 | 0.66 | 0.83 |
| Hex | F0 | B5 | BD | 0 | 19 | 15 | 6 | 160 | 42 | 53 |
| Octal | 360 | 265 | 275 | 0 | 31 | 25 | 6 | 540 | 102 | 123 |
| Binary | 11110000 | 10110101 | 10111101 | 0 | 11001 | 10101 | 110 | 101100000 | 1000010 | 1010011 |
Color Harmonies of #F0B5BD
Complementary color
Monochromatic Colors of #F0B5BD
Black with #F0B5BD
Text Example
Text Example
White with #F0B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5BD; }
p { color: rgb(240,181,189); }
H1.HeaderClassName
{
color: #F0B5BD;
}
.AnyTagClassName
{
color: #F0B5BD;
}
</style>
background-color css
<style>
a { background-color: #F0B5BD; }
a { background-color: rgb(240,181,189); }
div.DivClassName
{
background-color: #F0B5BD;
}
.BgClassName
{
background-color: #F0B5BD;
}
</style>
border-color css
<style>
span { border-color: #F0B5BD; }
span { border-color: rgb(240,181,189); }
td.TdClassName
{
border-color: #F0B5BD;
}
.TagClassName
{
border-color: #F0B5BD;
}
</style>