Shades of Blossom #F1ADB4
Tints of Blossom #F1ADB4
RGB
CMYK
RGB Variations
Color information
#F1ADB4 (or 0xF1ADB4) is known color: Blossom. HEX triplet: F1, AD and B4. RGB value is (241,173,180). Sum of RGB (Red+Green+Blue) = 241+173+180=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADB4 is #0E524B. Grayscale: #C2C2C2. Windows color (decimal): -938572 or 11841009. OLE color: 11841009.
HSL color Cylindrical-coordinate representation of color #F1ADB4: hue angle of 353.82º 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 #F1ADB4 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 180 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.05 |
| HSL | 353.82º | 0.71% | 0.81% | - |
| HSV(B) | 353.82º | 0.28% | 0.95% | - |
| XYZ | 59.46 | 51.88 | 50.06 | - |
| YUV | 194.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 180 | 0 | 0.28 | 0.25 | 0.05 | 353.82 | 0.71 | 0.81 |
| Hex | F1 | AD | B4 | 0 | 1C | 19 | 5 | 162 | 47 | 51 |
| Octal | 361 | 255 | 264 | 0 | 34 | 31 | 5 | 542 | 107 | 121 |
| Binary | 11110001 | 10101101 | 10110100 | 0 | 11100 | 11001 | 101 | 101100010 | 1000111 | 1010001 |
Color Harmonies of #F1ADB4
Complementary color
Monochromatic Colors of #F1ADB4
Black with #F1ADB4
Text Example
Text Example
White with #F1ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADB4; }
p { color: rgb(241,173,180); }
H1.HeaderClassName
{
color: #F1ADB4;
}
.AnyTagClassName
{
color: #F1ADB4;
}
</style>
background-color css
<style>
a { background-color: #F1ADB4; }
a { background-color: rgb(241,173,180); }
div.DivClassName
{
background-color: #F1ADB4;
}
.BgClassName
{
background-color: #F1ADB4;
}
</style>
border-color css
<style>
span { border-color: #F1ADB4; }
span { border-color: rgb(241,173,180); }
td.TdClassName
{
border-color: #F1ADB4;
}
.TagClassName
{
border-color: #F1ADB4;
}
</style>