Shades of Tea Rose #FB85C2
Tints of Tea Rose #FB85C2
RGB
CMYK
RGB Variations
Color information
#FB85C2 (or 0xFB85C2) is known color: Tea Rose. HEX triplet: FB, 85 and C2. RGB value is (251,133,194). Sum of RGB (Red+Green+Blue) = 251+133+194=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85C2 is #047A3D. Grayscale: #AFAFAF. Windows color (decimal): -293438 or 12748283. OLE color: 12748283.
HSL color Cylindrical-coordinate representation of color #FB85C2: hue angle of 328.98º 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 #FB85C2 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 194 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.02 |
| HSL | 328.98º | 0.94% | 0.75% | - |
| HSV(B) | 328.98º | 0.47% | 0.98% | - |
| XYZ | 57.91 | 41.18 | 55.94 | - |
| YUV | 175.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 194 | 0 | 0.47 | 0.23 | 0.02 | 328.98 | 0.94 | 0.75 |
| Hex | FB | 85 | C2 | 0 | 2F | 17 | 2 | 149 | 5E | 4B |
| Octal | 373 | 205 | 302 | 0 | 57 | 27 | 2 | 511 | 136 | 113 |
| Binary | 11111011 | 10000101 | 11000010 | 0 | 101111 | 10111 | 10 | 101001001 | 1011110 | 1001011 |
Color Harmonies of #FB85C2
Complementary color
Monochromatic Colors of #FB85C2
Black with #FB85C2
Text Example
Text Example
White with #FB85C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB85C2; }
p { color: rgb(251,133,194); }
H1.HeaderClassName
{
color: #FB85C2;
}
.AnyTagClassName
{
color: #FB85C2;
}
</style>
background-color css
<style>
a { background-color: #FB85C2; }
a { background-color: rgb(251,133,194); }
div.DivClassName
{
background-color: #FB85C2;
}
.BgClassName
{
background-color: #FB85C2;
}
</style>
border-color css
<style>
span { border-color: #FB85C2; }
span { border-color: rgb(251,133,194); }
td.TdClassName
{
border-color: #FB85C2;
}
.TagClassName
{
border-color: #FB85C2;
}
</style>