Shades of Blossom #F0B4B6
Tints of Blossom #F0B4B6
RGB
CMYK
RGB Variations
Color information
#F0B4B6 (or 0xF0B4B6) is known color: Blossom. HEX triplet: F0, B4 and B6. RGB value is (240,180,182). Sum of RGB (Red+Green+Blue) = 240+180+182=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4B6 is #0F4B49. Grayscale: #C6C6C6. Windows color (decimal): -1002314 or 11973872. OLE color: 11973872.
HSL color Cylindrical-coordinate representation of color #F0B4B6: hue angle of 358º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4B6 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 182 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.06 |
| HSL | 358º | 0.67% | 0.82% | - |
| HSV(B) | 358º | 0.25% | 0.94% | - |
| XYZ | 60.7 | 54.55 | 51.59 | - |
| YUV | 198.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 182 | 0 | 0.25 | 0.24 | 0.06 | 358 | 0.67 | 0.82 |
| Hex | F0 | B4 | B6 | 0 | 19 | 18 | 6 | 166 | 43 | 52 |
| Octal | 360 | 264 | 266 | 0 | 31 | 30 | 6 | 546 | 103 | 122 |
| Binary | 11110000 | 10110100 | 10110110 | 0 | 11001 | 11000 | 110 | 101100110 | 1000011 | 1010010 |
Color Harmonies of #F0B4B6
Complementary color
Monochromatic Colors of #F0B4B6
Black with #F0B4B6
Text Example
Text Example
White with #F0B4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4B6; }
p { color: rgb(240,180,182); }
H1.HeaderClassName
{
color: #F0B4B6;
}
.AnyTagClassName
{
color: #F0B4B6;
}
</style>
background-color css
<style>
a { background-color: #F0B4B6; }
a { background-color: rgb(240,180,182); }
div.DivClassName
{
background-color: #F0B4B6;
}
.BgClassName
{
background-color: #F0B4B6;
}
</style>
border-color css
<style>
span { border-color: #F0B4B6; }
span { border-color: rgb(240,180,182); }
td.TdClassName
{
border-color: #F0B4B6;
}
.TagClassName
{
border-color: #F0B4B6;
}
</style>