Shades of Tea Rose #F18BCB
Tints of Tea Rose #F18BCB
RGB
CMYK
RGB Variations
Color information
#F18BCB (or 0xF18BCB) is known color: Tea Rose. HEX triplet: F1, 8B and CB. RGB value is (241,139,203). Sum of RGB (Red+Green+Blue) = 241+139+203=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BCB is #0E7434. Grayscale: #B0B0B0. Windows color (decimal): -947253 or 13339633. OLE color: 13339633.
HSL color Cylindrical-coordinate representation of color #F18BCB: hue angle of 322.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 #F18BCB is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 203 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.05 |
| HSL | 322.35º | 0.78% | 0.75% | - |
| HSV(B) | 322.35º | 0.42% | 0.95% | - |
| XYZ | 56.29 | 41.48 | 61.54 | - |
| YUV | 176.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 203 | 0 | 0.42 | 0.16 | 0.05 | 322.35 | 0.78 | 0.75 |
| Hex | F1 | 8B | CB | 0 | 2A | 10 | 5 | 142 | 4E | 4B |
| Octal | 361 | 213 | 313 | 0 | 52 | 20 | 5 | 502 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11001011 | 0 | 101010 | 10000 | 101 | 101000010 | 1001110 | 1001011 |
Color Harmonies of #F18BCB
Complementary color
Monochromatic Colors of #F18BCB
Black with #F18BCB
Text Example
Text Example
White with #F18BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BCB; }
p { color: rgb(241,139,203); }
H1.HeaderClassName
{
color: #F18BCB;
}
.AnyTagClassName
{
color: #F18BCB;
}
</style>
background-color css
<style>
a { background-color: #F18BCB; }
a { background-color: rgb(241,139,203); }
div.DivClassName
{
background-color: #F18BCB;
}
.BgClassName
{
background-color: #F18BCB;
}
</style>
border-color css
<style>
span { border-color: #F18BCB; }
span { border-color: rgb(241,139,203); }
td.TdClassName
{
border-color: #F18BCB;
}
.TagClassName
{
border-color: #F18BCB;
}
</style>