Shades of Blossom #F0ADB6
Tints of Blossom #F0ADB6
RGB
CMYK
RGB Variations
Color information
#F0ADB6 (or 0xF0ADB6) is known color: Blossom. HEX triplet: F0, AD and B6. RGB value is (240,173,182). Sum of RGB (Red+Green+Blue) = 240+173+182=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADB6 is #0F5249. Grayscale: #C2C2C2. Windows color (decimal): -1004106 or 11972080. OLE color: 11972080.
HSL color Cylindrical-coordinate representation of color #F0ADB6: hue angle of 351.94º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADB6 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 182 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.06 |
| HSL | 351.94º | 0.69% | 0.81% | - |
| HSV(B) | 351.94º | 0.28% | 0.94% | - |
| XYZ | 59.32 | 51.79 | 51.13 | - |
| YUV | 194.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 182 | 0 | 0.28 | 0.24 | 0.06 | 351.94 | 0.69 | 0.81 |
| Hex | F0 | AD | B6 | 0 | 1C | 18 | 6 | 160 | 45 | 51 |
| Octal | 360 | 255 | 266 | 0 | 34 | 30 | 6 | 540 | 105 | 121 |
| Binary | 11110000 | 10101101 | 10110110 | 0 | 11100 | 11000 | 110 | 101100000 | 1000101 | 1010001 |
Color Harmonies of #F0ADB6
Complementary color
Monochromatic Colors of #F0ADB6
Black with #F0ADB6
Text Example
Text Example
White with #F0ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADB6; }
p { color: rgb(240,173,182); }
H1.HeaderClassName
{
color: #F0ADB6;
}
.AnyTagClassName
{
color: #F0ADB6;
}
</style>
background-color css
<style>
a { background-color: #F0ADB6; }
a { background-color: rgb(240,173,182); }
div.DivClassName
{
background-color: #F0ADB6;
}
.BgClassName
{
background-color: #F0ADB6;
}
</style>
border-color css
<style>
span { border-color: #F0ADB6; }
span { border-color: rgb(240,173,182); }
td.TdClassName
{
border-color: #F0ADB6;
}
.TagClassName
{
border-color: #F0ADB6;
}
</style>