Shades of Tea Rose #FB83C7
Tints of Tea Rose #FB83C7
RGB
CMYK
RGB Variations
Color information
#FB83C7 (or 0xFB83C7) is known color: Tea Rose. HEX triplet: FB, 83 and C7. RGB value is (251,131,199). Sum of RGB (Red+Green+Blue) = 251+131+199=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83C7 is #047C38. Grayscale: #AEAEAE. Windows color (decimal): -293945 or 13075451. OLE color: 13075451.
HSL color Cylindrical-coordinate representation of color #FB83C7: hue angle of 326º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB83C7 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 199 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.02 |
| HSL | 326º | 0.94% | 0.75% | - |
| HSV(B) | 326º | 0.48% | 0.98% | - |
| XYZ | 58.21 | 40.87 | 58.85 | - |
| YUV | 174.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 199 | 0 | 0.48 | 0.21 | 0.02 | 326 | 0.94 | 0.75 |
| Hex | FB | 83 | C7 | 0 | 30 | 15 | 2 | 146 | 5E | 4B |
| Octal | 373 | 203 | 307 | 0 | 60 | 25 | 2 | 506 | 136 | 113 |
| Binary | 11111011 | 10000011 | 11000111 | 0 | 110000 | 10101 | 10 | 101000110 | 1011110 | 1001011 |
Color Harmonies of #FB83C7
Complementary color
Monochromatic Colors of #FB83C7
Black with #FB83C7
Text Example
Text Example
White with #FB83C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83C7; }
p { color: rgb(251,131,199); }
H1.HeaderClassName
{
color: #FB83C7;
}
.AnyTagClassName
{
color: #FB83C7;
}
</style>
background-color css
<style>
a { background-color: #FB83C7; }
a { background-color: rgb(251,131,199); }
div.DivClassName
{
background-color: #FB83C7;
}
.BgClassName
{
background-color: #FB83C7;
}
</style>
border-color css
<style>
span { border-color: #FB83C7; }
span { border-color: rgb(251,131,199); }
td.TdClassName
{
border-color: #FB83C7;
}
.TagClassName
{
border-color: #FB83C7;
}
</style>