Shades of Tea Rose #FB83CA
Tints of Tea Rose #FB83CA
RGB
CMYK
RGB Variations
Color information
#FB83CA (or 0xFB83CA) is known color: Tea Rose. HEX triplet: FB, 83 and CA. RGB value is (251,131,202). Sum of RGB (Red+Green+Blue) = 251+131+202=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 131 (51.56% from 255 or 22.43% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83CA is #047C35. Grayscale: #AEAEAE. Windows color (decimal): -293942 or 13272059. OLE color: 13272059.
HSL color Cylindrical-coordinate representation of color #FB83CA: hue angle of 324.5º 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 #FB83CA is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 202 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.02 |
| HSL | 324.5º | 0.94% | 0.75% | - |
| HSV(B) | 324.5º | 0.48% | 0.98% | - |
| XYZ | 58.56 | 41.01 | 60.71 | - |
| YUV | 174.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 202 | 0 | 0.48 | 0.20 | 0.02 | 324.5 | 0.94 | 0.75 |
| Hex | FB | 83 | CA | 0 | 30 | 14 | 2 | 144 | 5E | 4B |
| Octal | 373 | 203 | 312 | 0 | 60 | 24 | 2 | 504 | 136 | 113 |
| Binary | 11111011 | 10000011 | 11001010 | 0 | 110000 | 10100 | 10 | 101000100 | 1011110 | 1001011 |
Color Harmonies of #FB83CA
Complementary color
Monochromatic Colors of #FB83CA
Black with #FB83CA
Text Example
Text Example
White with #FB83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83CA; }
p { color: rgb(251,131,202); }
H1.HeaderClassName
{
color: #FB83CA;
}
.AnyTagClassName
{
color: #FB83CA;
}
</style>
background-color css
<style>
a { background-color: #FB83CA; }
a { background-color: rgb(251,131,202); }
div.DivClassName
{
background-color: #FB83CA;
}
.BgClassName
{
background-color: #FB83CA;
}
</style>
border-color css
<style>
span { border-color: #FB83CA; }
span { border-color: rgb(251,131,202); }
td.TdClassName
{
border-color: #FB83CA;
}
.TagClassName
{
border-color: #FB83CA;
}
</style>