Shades of Blossom #F1ADB7
Tints of Blossom #F1ADB7
RGB
CMYK
RGB Variations
Color information
#F1ADB7 (or 0xF1ADB7) is known color: Blossom. HEX triplet: F1, AD and B7. RGB value is (241,173,183). Sum of RGB (Red+Green+Blue) = 241+173+183=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADB7 is #0E5248. Grayscale: #C2C2C2. Windows color (decimal): -938569 or 12037617. OLE color: 12037617.
HSL color Cylindrical-coordinate representation of color #F1ADB7: hue angle of 351.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADB7 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 183 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.05 |
| HSL | 351.18º | 0.71% | 0.81% | - |
| HSV(B) | 351.18º | 0.28% | 0.95% | - |
| XYZ | 59.77 | 52.01 | 51.69 | - |
| YUV | 194.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 183 | 0 | 0.28 | 0.24 | 0.05 | 351.18 | 0.71 | 0.81 |
| Hex | F1 | AD | B7 | 0 | 1C | 18 | 5 | 15F | 47 | 51 |
| Octal | 361 | 255 | 267 | 0 | 34 | 30 | 5 | 537 | 107 | 121 |
| Binary | 11110001 | 10101101 | 10110111 | 0 | 11100 | 11000 | 101 | 101011111 | 1000111 | 1010001 |
Color Harmonies of #F1ADB7
Complementary color
Monochromatic Colors of #F1ADB7
Black with #F1ADB7
Text Example
Text Example
White with #F1ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADB7; }
p { color: rgb(241,173,183); }
H1.HeaderClassName
{
color: #F1ADB7;
}
.AnyTagClassName
{
color: #F1ADB7;
}
</style>
background-color css
<style>
a { background-color: #F1ADB7; }
a { background-color: rgb(241,173,183); }
div.DivClassName
{
background-color: #F1ADB7;
}
.BgClassName
{
background-color: #F1ADB7;
}
</style>
border-color css
<style>
span { border-color: #F1ADB7; }
span { border-color: rgb(241,173,183); }
td.TdClassName
{
border-color: #F1ADB7;
}
.TagClassName
{
border-color: #F1ADB7;
}
</style>