Shades of Tea Rose #FB92C0
Tints of Tea Rose #FB92C0
RGB
CMYK
RGB Variations
Color information
#FB92C0 (or 0xFB92C0) is known color: Tea Rose. HEX triplet: FB, 92 and C0. RGB value is (251,146,192). Sum of RGB (Red+Green+Blue) = 251+146+192=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92C0 is #046D3F. Grayscale: #B6B6B6. Windows color (decimal): -290112 or 12620539. OLE color: 12620539.
HSL color Cylindrical-coordinate representation of color #FB92C0: hue angle of 333.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB92C0 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 192 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.02 |
| HSL | 333.71º | 0.93% | 0.78% | - |
| HSV(B) | 333.71º | 0.42% | 0.98% | - |
| XYZ | 59.58 | 44.87 | 55.39 | - |
| YUV | 182.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 192 | 0 | 0.42 | 0.24 | 0.02 | 333.71 | 0.93 | 0.78 |
| Hex | FB | 92 | C0 | 0 | 2A | 18 | 2 | 14E | 5D | 4E |
| Octal | 373 | 222 | 300 | 0 | 52 | 30 | 2 | 516 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11000000 | 0 | 101010 | 11000 | 10 | 101001110 | 1011101 | 1001110 |
Color Harmonies of #FB92C0
Complementary color
Monochromatic Colors of #FB92C0
Black with #FB92C0
Text Example
Text Example
White with #FB92C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92C0; }
p { color: rgb(251,146,192); }
H1.HeaderClassName
{
color: #FB92C0;
}
.AnyTagClassName
{
color: #FB92C0;
}
</style>
background-color css
<style>
a { background-color: #FB92C0; }
a { background-color: rgb(251,146,192); }
div.DivClassName
{
background-color: #FB92C0;
}
.BgClassName
{
background-color: #FB92C0;
}
</style>
border-color css
<style>
span { border-color: #FB92C0; }
span { border-color: rgb(251,146,192); }
td.TdClassName
{
border-color: #FB92C0;
}
.TagClassName
{
border-color: #FB92C0;
}
</style>