Shades of Blossom #F0ADB7
Tints of Blossom #F0ADB7
RGB
CMYK
RGB Variations
Color information
#F0ADB7 (or 0xF0ADB7) is known color: Blossom. HEX triplet: F0, AD and B7. RGB value is (240,173,183). Sum of RGB (Red+Green+Blue) = 240+173+183=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADB7 is #0F5248. Grayscale: #C2C2C2. Windows color (decimal): -1004105 or 12037616. OLE color: 12037616.
HSL color Cylindrical-coordinate representation of color #F0ADB7: hue angle of 351.04º 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 #F0ADB7 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 183 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.06 |
| HSL | 351.04º | 0.69% | 0.81% | - |
| HSV(B) | 351.04º | 0.28% | 0.94% | - |
| XYZ | 59.43 | 51.83 | 51.67 | - |
| YUV | 194.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 183 | 0 | 0.28 | 0.24 | 0.06 | 351.04 | 0.69 | 0.81 |
| Hex | F0 | AD | B7 | 0 | 1C | 18 | 6 | 15F | 45 | 51 |
| Octal | 360 | 255 | 267 | 0 | 34 | 30 | 6 | 537 | 105 | 121 |
| Binary | 11110000 | 10101101 | 10110111 | 0 | 11100 | 11000 | 110 | 101011111 | 1000101 | 1010001 |
Color Harmonies of #F0ADB7
Complementary color
Monochromatic Colors of #F0ADB7
Black with #F0ADB7
Text Example
Text Example
White with #F0ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADB7; }
p { color: rgb(240,173,183); }
H1.HeaderClassName
{
color: #F0ADB7;
}
.AnyTagClassName
{
color: #F0ADB7;
}
</style>
background-color css
<style>
a { background-color: #F0ADB7; }
a { background-color: rgb(240,173,183); }
div.DivClassName
{
background-color: #F0ADB7;
}
.BgClassName
{
background-color: #F0ADB7;
}
</style>
border-color css
<style>
span { border-color: #F0ADB7; }
span { border-color: rgb(240,173,183); }
td.TdClassName
{
border-color: #F0ADB7;
}
.TagClassName
{
border-color: #F0ADB7;
}
</style>