Shades of Blossom #F1ADB5
Tints of Blossom #F1ADB5
RGB
CMYK
RGB Variations
Color information
#F1ADB5 (or 0xF1ADB5) is known color: Blossom. HEX triplet: F1, AD and B5. RGB value is (241,173,181). Sum of RGB (Red+Green+Blue) = 241+173+181=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADB5 is #0E524A. Grayscale: #C2C2C2. Windows color (decimal): -938571 or 11906545. OLE color: 11906545.
HSL color Cylindrical-coordinate representation of color #F1ADB5: hue angle of 352.94º 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 #F1ADB5 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 173 | 181 | - |
CMYK | 0 | 0.28 | 0.25 | 0.05 |
HSL | 352.94º | 0.71% | 0.81% | - |
HSV(B) | 352.94º | 0.28% | 0.95% | - |
XYZ | 59.56 | 51.92 | 50.6 | - |
YUV | 194.24 | 120.53 | 161.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 173 | 181 | 0 | 0.28 | 0.25 | 0.05 | 352.94 | 0.71 | 0.81 |
Hex | F1 | AD | B5 | 0 | 1C | 19 | 5 | 161 | 47 | 51 |
Octal | 361 | 255 | 265 | 0 | 34 | 31 | 5 | 541 | 107 | 121 |
Binary | 11110001 | 10101101 | 10110101 | 0 | 11100 | 11001 | 101 | 101100001 | 1000111 | 1010001 |
Color Harmonies of #F1ADB5
Complementary color
Monochromatic Colors of #F1ADB5
Black with #F1ADB5
Text Example
Text Example
White with #F1ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADB5; }
p { color: rgb(241,173,181); }
H1.HeaderClassName
{
color: #F1ADB5;
}
.AnyTagClassName
{
color: #F1ADB5;
}
</style>
background-color css
<style>
a { background-color: #F1ADB5; }
a { background-color: rgb(241,173,181); }
div.DivClassName
{
background-color: #F1ADB5;
}
.BgClassName
{
background-color: #F1ADB5;
}
</style>
border-color css
<style>
span { border-color: #F1ADB5; }
span { border-color: rgb(241,173,181); }
td.TdClassName
{
border-color: #F1ADB5;
}
.TagClassName
{
border-color: #F1ADB5;
}
</style>