Shades of Tea Rose #FB92D0
Tints of Tea Rose #FB92D0
RGB
CMYK
RGB Variations
Color information
#FB92D0 (or 0xFB92D0) is known color: Tea Rose. HEX triplet: FB, 92 and D0. RGB value is (251,146,208). Sum of RGB (Red+Green+Blue) = 251+146+208=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92D0 is #046D2F. Grayscale: #B8B8B8. Windows color (decimal): -290096 or 13669115. OLE color: 13669115.
HSL color Cylindrical-coordinate representation of color #FB92D0: hue angle of 324.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 #FB92D0 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 208 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.02 |
| HSL | 324.57º | 0.93% | 0.78% | - |
| HSV(B) | 324.57º | 0.42% | 0.98% | - |
| XYZ | 61.45 | 45.62 | 65.24 | - |
| YUV | 184.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 208 | 0 | 0.42 | 0.17 | 0.02 | 324.57 | 0.93 | 0.78 |
| Hex | FB | 92 | D0 | 0 | 2A | 11 | 2 | 145 | 5D | 4E |
| Octal | 373 | 222 | 320 | 0 | 52 | 21 | 2 | 505 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11010000 | 0 | 101010 | 10001 | 10 | 101000101 | 1011101 | 1001110 |
Color Harmonies of #FB92D0
Complementary color
Monochromatic Colors of #FB92D0
Black with #FB92D0
Text Example
Text Example
White with #FB92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92D0; }
p { color: rgb(251,146,208); }
H1.HeaderClassName
{
color: #FB92D0;
}
.AnyTagClassName
{
color: #FB92D0;
}
</style>
background-color css
<style>
a { background-color: #FB92D0; }
a { background-color: rgb(251,146,208); }
div.DivClassName
{
background-color: #FB92D0;
}
.BgClassName
{
background-color: #FB92D0;
}
</style>
border-color css
<style>
span { border-color: #FB92D0; }
span { border-color: rgb(251,146,208); }
td.TdClassName
{
border-color: #FB92D0;
}
.TagClassName
{
border-color: #FB92D0;
}
</style>