Shades of Tea Rose #FF8CBD
Tints of Tea Rose #FF8CBD
RGB
CMYK
RGB Variations
Color information
#FF8CBD (or 0xFF8CBD) is known color: Tea Rose. HEX triplet: FF, 8C and BD. RGB value is (255,140,189). Sum of RGB (Red+Green+Blue) = 255+140+189=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CBD is #007342. Grayscale: #B3B3B3. Windows color (decimal): -29507 or 12422399. OLE color: 12422399.
HSL color Cylindrical-coordinate representation of color #FF8CBD: hue angle of 334.43º 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 #FF8CBD is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 189 | - |
| CMYK | 0 | 0.45 | 0.26 | 0 |
| HSL | 334.43º | 1% | 0.77% | - |
| HSV(B) | 334.43º | 0.45% | 1% | - |
| XYZ | 59.8 | 43.69 | 53.43 | - |
| YUV | 179.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 189 | 0 | 0.45 | 0.26 | 0 | 334.43 | 1 | 0.77 |
| Hex | FF | 8C | BD | 0 | 2D | 1A | 0 | 14E | 64 | 4D |
| Octal | 377 | 214 | 275 | 0 | 55 | 32 | 0 | 516 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10111101 | 0 | 101101 | 11010 | 0 | 101001110 | 1100100 | 1001101 |
Color Harmonies of #FF8CBD
Complementary color
Monochromatic Colors of #FF8CBD
Black with #FF8CBD
Text Example
Text Example
White with #FF8CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CBD; }
p { color: rgb(255,140,189); }
H1.HeaderClassName
{
color: #FF8CBD;
}
.AnyTagClassName
{
color: #FF8CBD;
}
</style>
background-color css
<style>
a { background-color: #FF8CBD; }
a { background-color: rgb(255,140,189); }
div.DivClassName
{
background-color: #FF8CBD;
}
.BgClassName
{
background-color: #FF8CBD;
}
</style>
border-color css
<style>
span { border-color: #FF8CBD; }
span { border-color: rgb(255,140,189); }
td.TdClassName
{
border-color: #FF8CBD;
}
.TagClassName
{
border-color: #FF8CBD;
}
</style>