Shades of Tea Rose #FB81CE
Tints of Tea Rose #FB81CE
RGB
CMYK
RGB Variations
Color information
#FB81CE (or 0xFB81CE) is known color: Tea Rose. HEX triplet: FB, 81 and CE. RGB value is (251,129,206). Sum of RGB (Red+Green+Blue) = 251+129+206=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81CE is #047E31. Grayscale: #AEAEAE. Windows color (decimal): -294450 or 13533691. OLE color: 13533691.
HSL color Cylindrical-coordinate representation of color #FB81CE: hue angle of 322.13º 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 #FB81CE is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 206 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.02 |
| HSL | 322.13º | 0.94% | 0.75% | - |
| HSV(B) | 322.13º | 0.49% | 0.98% | - |
| XYZ | 58.77 | 40.67 | 63.14 | - |
| YUV | 174.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 206 | 0 | 0.49 | 0.18 | 0.02 | 322.13 | 0.94 | 0.75 |
| Hex | FB | 81 | CE | 0 | 31 | 12 | 2 | 142 | 5E | 4B |
| Octal | 373 | 201 | 316 | 0 | 61 | 22 | 2 | 502 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11001110 | 0 | 110001 | 10010 | 10 | 101000010 | 1011110 | 1001011 |
Color Harmonies of #FB81CE
Complementary color
Monochromatic Colors of #FB81CE
Black with #FB81CE
Text Example
Text Example
White with #FB81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81CE; }
p { color: rgb(251,129,206); }
H1.HeaderClassName
{
color: #FB81CE;
}
.AnyTagClassName
{
color: #FB81CE;
}
</style>
background-color css
<style>
a { background-color: #FB81CE; }
a { background-color: rgb(251,129,206); }
div.DivClassName
{
background-color: #FB81CE;
}
.BgClassName
{
background-color: #FB81CE;
}
</style>
border-color css
<style>
span { border-color: #FB81CE; }
span { border-color: rgb(251,129,206); }
td.TdClassName
{
border-color: #FB81CE;
}
.TagClassName
{
border-color: #FB81CE;
}
</style>