Shades of Tea Rose #FB85CA
Tints of Tea Rose #FB85CA
RGB
CMYK
RGB Variations
Color information
#FB85CA (or 0xFB85CA) is known color: Tea Rose. HEX triplet: FB, 85 and CA. RGB value is (251,133,202). Sum of RGB (Red+Green+Blue) = 251+133+202=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85CA is #047A35. Grayscale: #AFAFAF. Windows color (decimal): -293430 or 13272571. OLE color: 13272571.
HSL color Cylindrical-coordinate representation of color #FB85CA: hue angle of 324.92º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB85CA is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 202 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.02 |
| HSL | 324.92º | 0.94% | 0.75% | - |
| HSV(B) | 324.92º | 0.47% | 0.98% | - |
| XYZ | 58.83 | 41.55 | 60.8 | - |
| YUV | 176.15 | 142.59 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 202 | 0 | 0.47 | 0.20 | 0.02 | 324.92 | 0.94 | 0.75 |
| Hex | FB | 85 | CA | 0 | 2F | 14 | 2 | 145 | 5E | 4B |
| Octal | 373 | 205 | 312 | 0 | 57 | 24 | 2 | 505 | 136 | 113 |
| Binary | 11111011 | 10000101 | 11001010 | 0 | 101111 | 10100 | 10 | 101000101 | 1011110 | 1001011 |
Color Harmonies of #FB85CA
Complementary color
Monochromatic Colors of #FB85CA
Black with #FB85CA
Text Example
Text Example
White with #FB85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85CA; }
p { color: rgb(251,133,202); }
H1.HeaderClassName
{
color: #FB85CA;
}
.AnyTagClassName
{
color: #FB85CA;
}
</style>
background-color css
<style>
a { background-color: #FB85CA; }
a { background-color: rgb(251,133,202); }
div.DivClassName
{
background-color: #FB85CA;
}
.BgClassName
{
background-color: #FB85CA;
}
</style>
border-color css
<style>
span { border-color: #FB85CA; }
span { border-color: rgb(251,133,202); }
td.TdClassName
{
border-color: #FB85CA;
}
.TagClassName
{
border-color: #FB85CA;
}
</style>