Shades of Tea Rose #F18BBC
Tints of Tea Rose #F18BBC
RGB
CMYK
RGB Variations
Color information
#F18BBC (or 0xF18BBC) is known color: Tea Rose. HEX triplet: F1, 8B and BC. RGB value is (241,139,188). Sum of RGB (Red+Green+Blue) = 241+139+188=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BBC is #0E7443. Grayscale: #AEAEAE. Windows color (decimal): -947268 or 12356593. OLE color: 12356593.
HSL color Cylindrical-coordinate representation of color #F18BBC: hue angle of 331.18º 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 #F18BBC is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 188 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.05 |
| HSL | 331.18º | 0.78% | 0.75% | - |
| HSV(B) | 331.18º | 0.42% | 0.95% | - |
| XYZ | 54.59 | 40.8 | 52.57 | - |
| YUV | 175.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 188 | 0 | 0.42 | 0.22 | 0.05 | 331.18 | 0.78 | 0.75 |
| Hex | F1 | 8B | BC | 0 | 2A | 16 | 5 | 14B | 4E | 4B |
| Octal | 361 | 213 | 274 | 0 | 52 | 26 | 5 | 513 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10111100 | 0 | 101010 | 10110 | 101 | 101001011 | 1001110 | 1001011 |
Color Harmonies of #F18BBC
Complementary color
Monochromatic Colors of #F18BBC
Black with #F18BBC
Text Example
Text Example
White with #F18BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BBC; }
p { color: rgb(241,139,188); }
H1.HeaderClassName
{
color: #F18BBC;
}
.AnyTagClassName
{
color: #F18BBC;
}
</style>
background-color css
<style>
a { background-color: #F18BBC; }
a { background-color: rgb(241,139,188); }
div.DivClassName
{
background-color: #F18BBC;
}
.BgClassName
{
background-color: #F18BBC;
}
</style>
border-color css
<style>
span { border-color: #F18BBC; }
span { border-color: rgb(241,139,188); }
td.TdClassName
{
border-color: #F18BBC;
}
.TagClassName
{
border-color: #F18BBC;
}
</style>