Shades of Tea Rose #F18BBA
Tints of Tea Rose #F18BBA
RGB
CMYK
RGB Variations
Color information
#F18BBA (or 0xF18BBA) is known color: Tea Rose. HEX triplet: F1, 8B and BA. RGB value is (241,139,186). Sum of RGB (Red+Green+Blue) = 241+139+186=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BBA is #0E7445. Grayscale: #AEAEAE. Windows color (decimal): -947270 or 12225521. OLE color: 12225521.
HSL color Cylindrical-coordinate representation of color #F18BBA: hue angle of 332.35º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18BBA is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 186 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.05 |
| HSL | 332.35º | 0.78% | 0.75% | - |
| HSV(B) | 332.35º | 0.42% | 0.95% | - |
| XYZ | 54.37 | 40.71 | 51.45 | - |
| YUV | 174.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 186 | 0 | 0.42 | 0.23 | 0.05 | 332.35 | 0.78 | 0.75 |
| Hex | F1 | 8B | BA | 0 | 2A | 17 | 5 | 14C | 4E | 4B |
| Octal | 361 | 213 | 272 | 0 | 52 | 27 | 5 | 514 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10111010 | 0 | 101010 | 10111 | 101 | 101001100 | 1001110 | 1001011 |
Color Harmonies of #F18BBA
Complementary color
Monochromatic Colors of #F18BBA
Black with #F18BBA
Text Example
Text Example
White with #F18BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BBA; }
p { color: rgb(241,139,186); }
H1.HeaderClassName
{
color: #F18BBA;
}
.AnyTagClassName
{
color: #F18BBA;
}
</style>
background-color css
<style>
a { background-color: #F18BBA; }
a { background-color: rgb(241,139,186); }
div.DivClassName
{
background-color: #F18BBA;
}
.BgClassName
{
background-color: #F18BBA;
}
</style>
border-color css
<style>
span { border-color: #F18BBA; }
span { border-color: rgb(241,139,186); }
td.TdClassName
{
border-color: #F18BBA;
}
.TagClassName
{
border-color: #F18BBA;
}
</style>