Shades of Tea Rose #FF8FBE
Tints of Tea Rose #FF8FBE
RGB
CMYK
RGB Variations
Color information
#FF8FBE (or 0xFF8FBE) is known color: Tea Rose. HEX triplet: FF, 8F and BE. RGB value is (255,143,190). Sum of RGB (Red+Green+Blue) = 255+143+190=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FBE is #007041. Grayscale: #B5B5B5. Windows color (decimal): -28738 or 12488703. OLE color: 12488703.
HSL color Cylindrical-coordinate representation of color #FF8FBE: hue angle of 334.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FBE is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 190 | - |
| CMYK | 0 | 0.44 | 0.25 | 0 |
| HSL | 334.82º | 1% | 0.78% | - |
| HSV(B) | 334.82º | 0.44% | 1% | - |
| XYZ | 60.36 | 44.62 | 54.15 | - |
| YUV | 181.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 190 | 0 | 0.44 | 0.25 | 0 | 334.82 | 1 | 0.78 |
| Hex | FF | 8F | BE | 0 | 2C | 19 | 0 | 14F | 64 | 4E |
| Octal | 377 | 217 | 276 | 0 | 54 | 31 | 0 | 517 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10111110 | 0 | 101100 | 11001 | 0 | 101001111 | 1100100 | 1001110 |
Color Harmonies of #FF8FBE
Complementary color
Monochromatic Colors of #FF8FBE
Black with #FF8FBE
Text Example
Text Example
White with #FF8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FBE; }
p { color: rgb(255,143,190); }
H1.HeaderClassName
{
color: #FF8FBE;
}
.AnyTagClassName
{
color: #FF8FBE;
}
</style>
background-color css
<style>
a { background-color: #FF8FBE; }
a { background-color: rgb(255,143,190); }
div.DivClassName
{
background-color: #FF8FBE;
}
.BgClassName
{
background-color: #FF8FBE;
}
</style>
border-color css
<style>
span { border-color: #FF8FBE; }
span { border-color: rgb(255,143,190); }
td.TdClassName
{
border-color: #FF8FBE;
}
.TagClassName
{
border-color: #FF8FBE;
}
</style>