Shades of Tea Rose #FF8FBD
Tints of Tea Rose #FF8FBD
RGB
CMYK
RGB Variations
Color information
#FF8FBD (or 0xFF8FBD) is known color: Tea Rose. HEX triplet: FF, 8F and BD. RGB value is (255,143,189). Sum of RGB (Red+Green+Blue) = 255+143+189=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FBD is #007042. Grayscale: #B5B5B5. Windows color (decimal): -28739 or 12423167. OLE color: 12423167.
HSL color Cylindrical-coordinate representation of color #FF8FBD: hue angle of 335.36º 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 #FF8FBD is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 189 | - |
| CMYK | 0 | 0.44 | 0.26 | 0 |
| HSL | 335.36º | 1% | 0.78% | - |
| HSV(B) | 335.36º | 0.44% | 1% | - |
| XYZ | 60.25 | 44.58 | 53.57 | - |
| YUV | 181.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 189 | 0 | 0.44 | 0.26 | 0 | 335.36 | 1 | 0.78 |
| Hex | FF | 8F | BD | 0 | 2C | 1A | 0 | 14F | 64 | 4E |
| Octal | 377 | 217 | 275 | 0 | 54 | 32 | 0 | 517 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10111101 | 0 | 101100 | 11010 | 0 | 101001111 | 1100100 | 1001110 |
Color Harmonies of #FF8FBD
Complementary color
Monochromatic Colors of #FF8FBD
Black with #FF8FBD
Text Example
Text Example
White with #FF8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FBD; }
p { color: rgb(255,143,189); }
H1.HeaderClassName
{
color: #FF8FBD;
}
.AnyTagClassName
{
color: #FF8FBD;
}
</style>
background-color css
<style>
a { background-color: #FF8FBD; }
a { background-color: rgb(255,143,189); }
div.DivClassName
{
background-color: #FF8FBD;
}
.BgClassName
{
background-color: #FF8FBD;
}
</style>
border-color css
<style>
span { border-color: #FF8FBD; }
span { border-color: rgb(255,143,189); }
td.TdClassName
{
border-color: #FF8FBD;
}
.TagClassName
{
border-color: #FF8FBD;
}
</style>