Shades of Light Pink #F0B5BC
Tints of Light Pink #F0B5BC
RGB
CMYK
RGB Variations
Color information
#F0B5BC (or 0xF0B5BC) is known color: Light Pink. HEX triplet: F0, B5 and BC. RGB value is (240,181,188). Sum of RGB (Red+Green+Blue) = 240+181+188=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5BC is #0F4A43. Grayscale: #C7C7C7. Windows color (decimal): -1002052 or 12367344. OLE color: 12367344.
HSL color Cylindrical-coordinate representation of color #F0B5BC: hue angle of 352.88º 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 #F0B5BC is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 188 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.06 |
| HSL | 352.88º | 0.66% | 0.83% | - |
| HSV(B) | 352.88º | 0.25% | 0.94% | - |
| XYZ | 61.54 | 55.2 | 54.99 | - |
| YUV | 199.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 188 | 0 | 0.25 | 0.22 | 0.06 | 352.88 | 0.66 | 0.83 |
| Hex | F0 | B5 | BC | 0 | 19 | 16 | 6 | 161 | 42 | 53 |
| Octal | 360 | 265 | 274 | 0 | 31 | 26 | 6 | 541 | 102 | 123 |
| Binary | 11110000 | 10110101 | 10111100 | 0 | 11001 | 10110 | 110 | 101100001 | 1000010 | 1010011 |
Color Harmonies of #F0B5BC
Complementary color
Monochromatic Colors of #F0B5BC
Black with #F0B5BC
Text Example
Text Example
White with #F0B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5BC; }
p { color: rgb(240,181,188); }
H1.HeaderClassName
{
color: #F0B5BC;
}
.AnyTagClassName
{
color: #F0B5BC;
}
</style>
background-color css
<style>
a { background-color: #F0B5BC; }
a { background-color: rgb(240,181,188); }
div.DivClassName
{
background-color: #F0B5BC;
}
.BgClassName
{
background-color: #F0B5BC;
}
</style>
border-color css
<style>
span { border-color: #F0B5BC; }
span { border-color: rgb(240,181,188); }
td.TdClassName
{
border-color: #F0B5BC;
}
.TagClassName
{
border-color: #F0B5BC;
}
</style>