Shades of Tea Rose #FF8BCA
Tints of Tea Rose #FF8BCA
RGB
CMYK
RGB Variations
Color information
#FF8BCA (or 0xFF8BCA) is known color: Tea Rose. HEX triplet: FF, 8B and CA. RGB value is (255,139,202). Sum of RGB (Red+Green+Blue) = 255+139+202=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BCA is #007435. Grayscale: #B4B4B4. Windows color (decimal): -29750 or 13274111. OLE color: 13274111.
HSL color Cylindrical-coordinate representation of color #FF8BCA: hue angle of 327.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8BCA is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 202 | - |
| CMYK | 0 | 0.45 | 0.21 | 0 |
| HSL | 327.41º | 1% | 0.77% | - |
| HSV(B) | 327.41º | 0.45% | 1% | - |
| XYZ | 61.13 | 43.99 | 61.15 | - |
| YUV | 180.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 202 | 0 | 0.45 | 0.21 | 0 | 327.41 | 1 | 0.77 |
| Hex | FF | 8B | CA | 0 | 2D | 15 | 0 | 147 | 64 | 4D |
| Octal | 377 | 213 | 312 | 0 | 55 | 25 | 0 | 507 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11001010 | 0 | 101101 | 10101 | 0 | 101000111 | 1100100 | 1001101 |
Color Harmonies of #FF8BCA
Complementary color
Monochromatic Colors of #FF8BCA
Black with #FF8BCA
Text Example
Text Example
White with #FF8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BCA; }
p { color: rgb(255,139,202); }
H1.HeaderClassName
{
color: #FF8BCA;
}
.AnyTagClassName
{
color: #FF8BCA;
}
</style>
background-color css
<style>
a { background-color: #FF8BCA; }
a { background-color: rgb(255,139,202); }
div.DivClassName
{
background-color: #FF8BCA;
}
.BgClassName
{
background-color: #FF8BCA;
}
</style>
border-color css
<style>
span { border-color: #FF8BCA; }
span { border-color: rgb(255,139,202); }
td.TdClassName
{
border-color: #FF8BCA;
}
.TagClassName
{
border-color: #FF8BCA;
}
</style>