Shades of Tea Rose #FF92BC
Tints of Tea Rose #FF92BC
RGB
CMYK
RGB Variations
Color information
#FF92BC (or 0xFF92BC) is known color: Tea Rose. HEX triplet: FF, 92 and BC. RGB value is (255,146,188). Sum of RGB (Red+Green+Blue) = 255+146+188=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92BC is #006D43. Grayscale: #B7B7B7. Windows color (decimal): -27972 or 12358399. OLE color: 12358399.
HSL color Cylindrical-coordinate representation of color #FF92BC: hue angle of 336.88º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF92BC is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 188 | - |
| CMYK | 0 | 0.43 | 0.26 | 0 |
| HSL | 336.88º | 1% | 0.79% | - |
| HSV(B) | 336.88º | 0.43% | 1% | - |
| XYZ | 60.6 | 45.45 | 53.16 | - |
| YUV | 183.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 188 | 0 | 0.43 | 0.26 | 0 | 336.88 | 1 | 0.79 |
| Hex | FF | 92 | BC | 0 | 2B | 1A | 0 | 151 | 64 | 4F |
| Octal | 377 | 222 | 274 | 0 | 53 | 32 | 0 | 521 | 144 | 117 |
| Binary | 11111111 | 10010010 | 10111100 | 0 | 101011 | 11010 | 0 | 101010001 | 1100100 | 1001111 |
Color Harmonies of #FF92BC
Complementary color
Monochromatic Colors of #FF92BC
Black with #FF92BC
Text Example
Text Example
White with #FF92BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92BC; }
p { color: rgb(255,146,188); }
H1.HeaderClassName
{
color: #FF92BC;
}
.AnyTagClassName
{
color: #FF92BC;
}
</style>
background-color css
<style>
a { background-color: #FF92BC; }
a { background-color: rgb(255,146,188); }
div.DivClassName
{
background-color: #FF92BC;
}
.BgClassName
{
background-color: #FF92BC;
}
</style>
border-color css
<style>
span { border-color: #FF92BC; }
span { border-color: rgb(255,146,188); }
td.TdClassName
{
border-color: #FF92BC;
}
.TagClassName
{
border-color: #FF92BC;
}
</style>