Shades of Tea Rose #FB83CB
Tints of Tea Rose #FB83CB
RGB
CMYK
RGB Variations
Color information
#FB83CB (or 0xFB83CB) is known color: Tea Rose. HEX triplet: FB, 83 and CB. RGB value is (251,131,203). Sum of RGB (Red+Green+Blue) = 251+131+203=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83CB is #047C34. Grayscale: #AEAEAE. Windows color (decimal): -293941 or 13337595. OLE color: 13337595.
HSL color Cylindrical-coordinate representation of color #FB83CB: hue angle of 324º 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 #FB83CB is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 203 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.02 |
| HSL | 324º | 0.94% | 0.75% | - |
| HSV(B) | 324º | 0.48% | 0.98% | - |
| XYZ | 58.68 | 41.05 | 61.33 | - |
| YUV | 175.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 203 | 0 | 0.48 | 0.19 | 0.02 | 324 | 0.94 | 0.75 |
| Hex | FB | 83 | CB | 0 | 30 | 13 | 2 | 144 | 5E | 4B |
| Octal | 373 | 203 | 313 | 0 | 60 | 23 | 2 | 504 | 136 | 113 |
| Binary | 11111011 | 10000011 | 11001011 | 0 | 110000 | 10011 | 10 | 101000100 | 1011110 | 1001011 |
Color Harmonies of #FB83CB
Complementary color
Monochromatic Colors of #FB83CB
Black with #FB83CB
Text Example
Text Example
White with #FB83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83CB; }
p { color: rgb(251,131,203); }
H1.HeaderClassName
{
color: #FB83CB;
}
.AnyTagClassName
{
color: #FB83CB;
}
</style>
background-color css
<style>
a { background-color: #FB83CB; }
a { background-color: rgb(251,131,203); }
div.DivClassName
{
background-color: #FB83CB;
}
.BgClassName
{
background-color: #FB83CB;
}
</style>
border-color css
<style>
span { border-color: #FB83CB; }
span { border-color: rgb(251,131,203); }
td.TdClassName
{
border-color: #FB83CB;
}
.TagClassName
{
border-color: #FB83CB;
}
</style>