Shades of Tea Rose #FF8BCF
Tints of Tea Rose #FF8BCF
RGB
CMYK
RGB Variations
Color information
#FF8BCF (or 0xFF8BCF) is known color: Tea Rose. HEX triplet: FF, 8B and CF. RGB value is (255,139,207). Sum of RGB (Red+Green+Blue) = 255+139+207=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BCF is #007430. Grayscale: #B5B5B5. Windows color (decimal): -29745 or 13601791. OLE color: 13601791.
HSL color Cylindrical-coordinate representation of color #FF8BCF: hue angle of 324.83º 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 #FF8BCF is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 207 | - |
| CMYK | 0 | 0.45 | 0.19 | 0 |
| HSL | 324.83º | 1% | 0.77% | - |
| HSV(B) | 324.83º | 0.45% | 1% | - |
| XYZ | 61.74 | 44.23 | 64.31 | - |
| YUV | 181.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 207 | 0 | 0.45 | 0.19 | 0 | 324.83 | 1 | 0.77 |
| Hex | FF | 8B | CF | 0 | 2D | 13 | 0 | 145 | 64 | 4D |
| Octal | 377 | 213 | 317 | 0 | 55 | 23 | 0 | 505 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11001111 | 0 | 101101 | 10011 | 0 | 101000101 | 1100100 | 1001101 |
Color Harmonies of #FF8BCF
Complementary color
Monochromatic Colors of #FF8BCF
Black with #FF8BCF
Text Example
Text Example
White with #FF8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BCF; }
p { color: rgb(255,139,207); }
H1.HeaderClassName
{
color: #FF8BCF;
}
.AnyTagClassName
{
color: #FF8BCF;
}
</style>
background-color css
<style>
a { background-color: #FF8BCF; }
a { background-color: rgb(255,139,207); }
div.DivClassName
{
background-color: #FF8BCF;
}
.BgClassName
{
background-color: #FF8BCF;
}
</style>
border-color css
<style>
span { border-color: #FF8BCF; }
span { border-color: rgb(255,139,207); }
td.TdClassName
{
border-color: #FF8BCF;
}
.TagClassName
{
border-color: #FF8BCF;
}
</style>