Shades of Tea Rose #FB82CE
Tints of Tea Rose #FB82CE
RGB
CMYK
RGB Variations
Color information
#FB82CE (or 0xFB82CE) is known color: Tea Rose. HEX triplet: FB, 82 and CE. RGB value is (251,130,206). Sum of RGB (Red+Green+Blue) = 251+130+206=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82CE is #047D31. Grayscale: #AEAEAE. Windows color (decimal): -294194 or 13533947. OLE color: 13533947.
HSL color Cylindrical-coordinate representation of color #FB82CE: hue angle of 322.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB82CE is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 206 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.02 |
| HSL | 322.31º | 0.94% | 0.75% | - |
| HSV(B) | 322.31º | 0.48% | 0.98% | - |
| XYZ | 58.91 | 40.93 | 63.19 | - |
| YUV | 174.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 206 | 0 | 0.48 | 0.18 | 0.02 | 322.31 | 0.94 | 0.75 |
| Hex | FB | 82 | CE | 0 | 30 | 12 | 2 | 142 | 5E | 4B |
| Octal | 373 | 202 | 316 | 0 | 60 | 22 | 2 | 502 | 136 | 113 |
| Binary | 11111011 | 10000010 | 11001110 | 0 | 110000 | 10010 | 10 | 101000010 | 1011110 | 1001011 |
Color Harmonies of #FB82CE
Complementary color
Monochromatic Colors of #FB82CE
Black with #FB82CE
Text Example
Text Example
White with #FB82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB82CE; }
p { color: rgb(251,130,206); }
H1.HeaderClassName
{
color: #FB82CE;
}
.AnyTagClassName
{
color: #FB82CE;
}
</style>
background-color css
<style>
a { background-color: #FB82CE; }
a { background-color: rgb(251,130,206); }
div.DivClassName
{
background-color: #FB82CE;
}
.BgClassName
{
background-color: #FB82CE;
}
</style>
border-color css
<style>
span { border-color: #FB82CE; }
span { border-color: rgb(251,130,206); }
td.TdClassName
{
border-color: #FB82CE;
}
.TagClassName
{
border-color: #FB82CE;
}
</style>