Shades of Tea Rose #FB81C7
Tints of Tea Rose #FB81C7
RGB
CMYK
RGB Variations
Color information
#FB81C7 (or 0xFB81C7) is known color: Tea Rose. HEX triplet: FB, 81 and C7. RGB value is (251,129,199). Sum of RGB (Red+Green+Blue) = 251+129+199=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81C7 is #047E38. Grayscale: #ADADAD. Windows color (decimal): -294457 or 13074939. OLE color: 13074939.
HSL color Cylindrical-coordinate representation of color #FB81C7: hue angle of 325.57º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB81C7 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 199 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.02 |
| HSL | 325.57º | 0.94% | 0.75% | - |
| HSV(B) | 325.57º | 0.49% | 0.98% | - |
| XYZ | 57.94 | 40.33 | 58.76 | - |
| YUV | 173.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 199 | 0 | 0.49 | 0.21 | 0.02 | 325.57 | 0.94 | 0.75 |
| Hex | FB | 81 | C7 | 0 | 31 | 15 | 2 | 146 | 5E | 4B |
| Octal | 373 | 201 | 307 | 0 | 61 | 25 | 2 | 506 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11000111 | 0 | 110001 | 10101 | 10 | 101000110 | 1011110 | 1001011 |
Color Harmonies of #FB81C7
Complementary color
Monochromatic Colors of #FB81C7
Black with #FB81C7
Text Example
Text Example
White with #FB81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81C7; }
p { color: rgb(251,129,199); }
H1.HeaderClassName
{
color: #FB81C7;
}
.AnyTagClassName
{
color: #FB81C7;
}
</style>
background-color css
<style>
a { background-color: #FB81C7; }
a { background-color: rgb(251,129,199); }
div.DivClassName
{
background-color: #FB81C7;
}
.BgClassName
{
background-color: #FB81C7;
}
</style>
border-color css
<style>
span { border-color: #FB81C7; }
span { border-color: rgb(251,129,199); }
td.TdClassName
{
border-color: #FB81C7;
}
.TagClassName
{
border-color: #FB81C7;
}
</style>