Shades of Tea Rose #FB81CA
Tints of Tea Rose #FB81CA
RGB
CMYK
RGB Variations
Color information
#FB81CA (or 0xFB81CA) is known color: Tea Rose. HEX triplet: FB, 81 and CA. RGB value is (251,129,202). Sum of RGB (Red+Green+Blue) = 251+129+202=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81CA is #047E35. Grayscale: #ADADAD. Windows color (decimal): -294454 or 13271547. OLE color: 13271547.
HSL color Cylindrical-coordinate representation of color #FB81CA: hue angle of 324.1º 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 #FB81CA is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 202 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.02 |
| HSL | 324.1º | 0.94% | 0.75% | - |
| HSV(B) | 324.1º | 0.49% | 0.98% | - |
| XYZ | 58.29 | 40.47 | 60.62 | - |
| YUV | 173.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 202 | 0 | 0.49 | 0.20 | 0.02 | 324.1 | 0.94 | 0.75 |
| Hex | FB | 81 | CA | 0 | 31 | 14 | 2 | 144 | 5E | 4B |
| Octal | 373 | 201 | 312 | 0 | 61 | 24 | 2 | 504 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11001010 | 0 | 110001 | 10100 | 10 | 101000100 | 1011110 | 1001011 |
Color Harmonies of #FB81CA
Complementary color
Monochromatic Colors of #FB81CA
Black with #FB81CA
Text Example
Text Example
White with #FB81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81CA; }
p { color: rgb(251,129,202); }
H1.HeaderClassName
{
color: #FB81CA;
}
.AnyTagClassName
{
color: #FB81CA;
}
</style>
background-color css
<style>
a { background-color: #FB81CA; }
a { background-color: rgb(251,129,202); }
div.DivClassName
{
background-color: #FB81CA;
}
.BgClassName
{
background-color: #FB81CA;
}
</style>
border-color css
<style>
span { border-color: #FB81CA; }
span { border-color: rgb(251,129,202); }
td.TdClassName
{
border-color: #FB81CA;
}
.TagClassName
{
border-color: #FB81CA;
}
</style>