Shades of Tea Rose #FB92C5
Tints of Tea Rose #FB92C5
RGB
CMYK
RGB Variations
Color information
#FB92C5 (or 0xFB92C5) is known color: Tea Rose. HEX triplet: FB, 92 and C5. RGB value is (251,146,197). Sum of RGB (Red+Green+Blue) = 251+146+197=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92C5 is #046D3A. Grayscale: #B7B7B7. Windows color (decimal): -290107 or 12948219. OLE color: 12948219.
HSL color Cylindrical-coordinate representation of color #FB92C5: hue angle of 330.86º 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 #FB92C5 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 197 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.02 |
| HSL | 330.86º | 0.93% | 0.78% | - |
| HSV(B) | 330.86º | 0.42% | 0.98% | - |
| XYZ | 60.14 | 45.1 | 58.36 | - |
| YUV | 183.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 197 | 0 | 0.42 | 0.22 | 0.02 | 330.86 | 0.93 | 0.78 |
| Hex | FB | 92 | C5 | 0 | 2A | 16 | 2 | 14B | 5D | 4E |
| Octal | 373 | 222 | 305 | 0 | 52 | 26 | 2 | 513 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11000101 | 0 | 101010 | 10110 | 10 | 101001011 | 1011101 | 1001110 |
Color Harmonies of #FB92C5
Complementary color
Monochromatic Colors of #FB92C5
Black with #FB92C5
Text Example
Text Example
White with #FB92C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92C5; }
p { color: rgb(251,146,197); }
H1.HeaderClassName
{
color: #FB92C5;
}
.AnyTagClassName
{
color: #FB92C5;
}
</style>
background-color css
<style>
a { background-color: #FB92C5; }
a { background-color: rgb(251,146,197); }
div.DivClassName
{
background-color: #FB92C5;
}
.BgClassName
{
background-color: #FB92C5;
}
</style>
border-color css
<style>
span { border-color: #FB92C5; }
span { border-color: rgb(251,146,197); }
td.TdClassName
{
border-color: #FB92C5;
}
.TagClassName
{
border-color: #FB92C5;
}
</style>