Shades of Tea Rose #FB92C9
Tints of Tea Rose #FB92C9
RGB
CMYK
RGB Variations
Color information
#FB92C9 (or 0xFB92C9) is known color: Tea Rose. HEX triplet: FB, 92 and C9. RGB value is (251,146,201). Sum of RGB (Red+Green+Blue) = 251+146+201=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92C9 is #046D36. Grayscale: #B7B7B7. Windows color (decimal): -290103 or 13210363. OLE color: 13210363.
HSL color Cylindrical-coordinate representation of color #FB92C9: hue angle of 328.57º 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 #FB92C9 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 201 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.02 |
| HSL | 328.57º | 0.93% | 0.78% | - |
| HSV(B) | 328.57º | 0.42% | 0.98% | - |
| XYZ | 60.61 | 45.28 | 60.8 | - |
| YUV | 183.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 201 | 0 | 0.42 | 0.20 | 0.02 | 328.57 | 0.93 | 0.78 |
| Hex | FB | 92 | C9 | 0 | 2A | 14 | 2 | 149 | 5D | 4E |
| Octal | 373 | 222 | 311 | 0 | 52 | 24 | 2 | 511 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11001001 | 0 | 101010 | 10100 | 10 | 101001001 | 1011101 | 1001110 |
Color Harmonies of #FB92C9
Complementary color
Monochromatic Colors of #FB92C9
Black with #FB92C9
Text Example
Text Example
White with #FB92C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92C9; }
p { color: rgb(251,146,201); }
H1.HeaderClassName
{
color: #FB92C9;
}
.AnyTagClassName
{
color: #FB92C9;
}
</style>
background-color css
<style>
a { background-color: #FB92C9; }
a { background-color: rgb(251,146,201); }
div.DivClassName
{
background-color: #FB92C9;
}
.BgClassName
{
background-color: #FB92C9;
}
</style>
border-color css
<style>
span { border-color: #FB92C9; }
span { border-color: rgb(251,146,201); }
td.TdClassName
{
border-color: #FB92C9;
}
.TagClassName
{
border-color: #FB92C9;
}
</style>