Shades of Blossom #F1ADB6
Tints of Blossom #F1ADB6
RGB
CMYK
RGB Variations
Color information
#F1ADB6 (or 0xF1ADB6) is known color: Blossom. HEX triplet: F1, AD and B6. RGB value is (241,173,182). Sum of RGB (Red+Green+Blue) = 241+173+182=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADB6 is #0E5249. Grayscale: #C2C2C2. Windows color (decimal): -938570 or 11972081. OLE color: 11972081.
HSL color Cylindrical-coordinate representation of color #F1ADB6: hue angle of 352.06º 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 #F1ADB6 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 182 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.05 |
| HSL | 352.06º | 0.71% | 0.81% | - |
| HSV(B) | 352.06º | 0.28% | 0.95% | - |
| XYZ | 59.66 | 51.97 | 51.14 | - |
| YUV | 194.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 182 | 0 | 0.28 | 0.24 | 0.05 | 352.06 | 0.71 | 0.81 |
| Hex | F1 | AD | B6 | 0 | 1C | 18 | 5 | 160 | 47 | 51 |
| Octal | 361 | 255 | 266 | 0 | 34 | 30 | 5 | 540 | 107 | 121 |
| Binary | 11110001 | 10101101 | 10110110 | 0 | 11100 | 11000 | 101 | 101100000 | 1000111 | 1010001 |
Color Harmonies of #F1ADB6
Complementary color
Monochromatic Colors of #F1ADB6
Black with #F1ADB6
Text Example
Text Example
White with #F1ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADB6; }
p { color: rgb(241,173,182); }
H1.HeaderClassName
{
color: #F1ADB6;
}
.AnyTagClassName
{
color: #F1ADB6;
}
</style>
background-color css
<style>
a { background-color: #F1ADB6; }
a { background-color: rgb(241,173,182); }
div.DivClassName
{
background-color: #F1ADB6;
}
.BgClassName
{
background-color: #F1ADB6;
}
</style>
border-color css
<style>
span { border-color: #F1ADB6; }
span { border-color: rgb(241,173,182); }
td.TdClassName
{
border-color: #F1ADB6;
}
.TagClassName
{
border-color: #F1ADB6;
}
</style>