Shades of Tea Rose #FF8CBB
Tints of Tea Rose #FF8CBB
RGB
CMYK
RGB Variations
Color information
#FF8CBB (or 0xFF8CBB) is known color: Tea Rose. HEX triplet: FF, 8C and BB. RGB value is (255,140,187). Sum of RGB (Red+Green+Blue) = 255+140+187=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CBB is #007344. Grayscale: #B3B3B3. Windows color (decimal): -29509 or 12291327. OLE color: 12291327.
HSL color Cylindrical-coordinate representation of color #FF8CBB: hue angle of 335.48º 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 #FF8CBB is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 187 | - |
| CMYK | 0 | 0.45 | 0.27 | 0 |
| HSL | 335.48º | 1% | 0.77% | - |
| HSV(B) | 335.48º | 0.45% | 1% | - |
| XYZ | 59.59 | 43.6 | 52.29 | - |
| YUV | 179.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 187 | 0 | 0.45 | 0.27 | 0 | 335.48 | 1 | 0.77 |
| Hex | FF | 8C | BB | 0 | 2D | 1B | 0 | 14F | 64 | 4D |
| Octal | 377 | 214 | 273 | 0 | 55 | 33 | 0 | 517 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10111011 | 0 | 101101 | 11011 | 0 | 101001111 | 1100100 | 1001101 |
Color Harmonies of #FF8CBB
Complementary color
Monochromatic Colors of #FF8CBB
Black with #FF8CBB
Text Example
Text Example
White with #FF8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CBB; }
p { color: rgb(255,140,187); }
H1.HeaderClassName
{
color: #FF8CBB;
}
.AnyTagClassName
{
color: #FF8CBB;
}
</style>
background-color css
<style>
a { background-color: #FF8CBB; }
a { background-color: rgb(255,140,187); }
div.DivClassName
{
background-color: #FF8CBB;
}
.BgClassName
{
background-color: #FF8CBB;
}
</style>
border-color css
<style>
span { border-color: #FF8CBB; }
span { border-color: rgb(255,140,187); }
td.TdClassName
{
border-color: #FF8CBB;
}
.TagClassName
{
border-color: #FF8CBB;
}
</style>