Shades of Tea Rose #FB85CB
Tints of Tea Rose #FB85CB
RGB
CMYK
RGB Variations
Color information
#FB85CB (or 0xFB85CB) is known color: Tea Rose. HEX triplet: FB, 85 and CB. RGB value is (251,133,203). Sum of RGB (Red+Green+Blue) = 251+133+203=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85CB is #047A34. Grayscale: #B0B0B0. Windows color (decimal): -293429 or 13338107. OLE color: 13338107.
HSL color Cylindrical-coordinate representation of color #FB85CB: hue angle of 324.41º 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 #FB85CB is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 203 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.02 |
| HSL | 324.41º | 0.94% | 0.75% | - |
| HSV(B) | 324.41º | 0.47% | 0.98% | - |
| XYZ | 58.95 | 41.6 | 61.42 | - |
| YUV | 176.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 203 | 0 | 0.47 | 0.19 | 0.02 | 324.41 | 0.94 | 0.75 |
| Hex | FB | 85 | CB | 0 | 2F | 13 | 2 | 144 | 5E | 4B |
| Octal | 373 | 205 | 313 | 0 | 57 | 23 | 2 | 504 | 136 | 113 |
| Binary | 11111011 | 10000101 | 11001011 | 0 | 101111 | 10011 | 10 | 101000100 | 1011110 | 1001011 |
Color Harmonies of #FB85CB
Complementary color
Monochromatic Colors of #FB85CB
Black with #FB85CB
Text Example
Text Example
White with #FB85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85CB; }
p { color: rgb(251,133,203); }
H1.HeaderClassName
{
color: #FB85CB;
}
.AnyTagClassName
{
color: #FB85CB;
}
</style>
background-color css
<style>
a { background-color: #FB85CB; }
a { background-color: rgb(251,133,203); }
div.DivClassName
{
background-color: #FB85CB;
}
.BgClassName
{
background-color: #FB85CB;
}
</style>
border-color css
<style>
span { border-color: #FB85CB; }
span { border-color: rgb(251,133,203); }
td.TdClassName
{
border-color: #FB85CB;
}
.TagClassName
{
border-color: #FB85CB;
}
</style>