Shades of Blossom #F1AEB4
Tints of Blossom #F1AEB4
RGB
CMYK
RGB Variations
Color information
#F1AEB4 (or 0xF1AEB4) is known color: Blossom. HEX triplet: F1, AE and B4. RGB value is (241,174,180). Sum of RGB (Red+Green+Blue) = 241+174+180=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEB4 is #0E514B. Grayscale: #C2C2C2. Windows color (decimal): -938316 or 11841265. OLE color: 11841265.
HSL color Cylindrical-coordinate representation of color #F1AEB4: hue angle of 354.63º 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 #F1AEB4 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 180 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.05 |
| HSL | 354.63º | 0.71% | 0.81% | - |
| HSV(B) | 354.63º | 0.28% | 0.95% | - |
| XYZ | 59.65 | 52.27 | 50.12 | - |
| YUV | 194.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 180 | 0 | 0.28 | 0.25 | 0.05 | 354.63 | 0.71 | 0.81 |
| Hex | F1 | AE | B4 | 0 | 1C | 19 | 5 | 163 | 47 | 51 |
| Octal | 361 | 256 | 264 | 0 | 34 | 31 | 5 | 543 | 107 | 121 |
| Binary | 11110001 | 10101110 | 10110100 | 0 | 11100 | 11001 | 101 | 101100011 | 1000111 | 1010001 |
Color Harmonies of #F1AEB4
Complementary color
Monochromatic Colors of #F1AEB4
Black with #F1AEB4
Text Example
Text Example
White with #F1AEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEB4; }
p { color: rgb(241,174,180); }
H1.HeaderClassName
{
color: #F1AEB4;
}
.AnyTagClassName
{
color: #F1AEB4;
}
</style>
background-color css
<style>
a { background-color: #F1AEB4; }
a { background-color: rgb(241,174,180); }
div.DivClassName
{
background-color: #F1AEB4;
}
.BgClassName
{
background-color: #F1AEB4;
}
</style>
border-color css
<style>
span { border-color: #F1AEB4; }
span { border-color: rgb(241,174,180); }
td.TdClassName
{
border-color: #F1AEB4;
}
.TagClassName
{
border-color: #F1AEB4;
}
</style>