Shades of Tea Rose #FB93D0
Tints of Tea Rose #FB93D0
RGB
CMYK
RGB Variations
Color information
#FB93D0 (or 0xFB93D0) is known color: Tea Rose. HEX triplet: FB, 93 and D0. RGB value is (251,147,208). Sum of RGB (Red+Green+Blue) = 251+147+208=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93D0 is #046C2F. Grayscale: #B8B8B8. Windows color (decimal): -289840 or 13669371. OLE color: 13669371.
HSL color Cylindrical-coordinate representation of color #FB93D0: hue angle of 324.81º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB93D0 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 208 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.02 |
| HSL | 324.81º | 0.93% | 0.78% | - |
| HSV(B) | 324.81º | 0.41% | 0.98% | - |
| XYZ | 61.6 | 45.93 | 65.29 | - |
| YUV | 185.05 | 140.96 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 208 | 0 | 0.41 | 0.17 | 0.02 | 324.81 | 0.93 | 0.78 |
| Hex | FB | 93 | D0 | 0 | 29 | 11 | 2 | 145 | 5D | 4E |
| Octal | 373 | 223 | 320 | 0 | 51 | 21 | 2 | 505 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11010000 | 0 | 101001 | 10001 | 10 | 101000101 | 1011101 | 1001110 |
Color Harmonies of #FB93D0
Complementary color
Monochromatic Colors of #FB93D0
Black with #FB93D0
Text Example
Text Example
White with #FB93D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93D0; }
p { color: rgb(251,147,208); }
H1.HeaderClassName
{
color: #FB93D0;
}
.AnyTagClassName
{
color: #FB93D0;
}
</style>
background-color css
<style>
a { background-color: #FB93D0; }
a { background-color: rgb(251,147,208); }
div.DivClassName
{
background-color: #FB93D0;
}
.BgClassName
{
background-color: #FB93D0;
}
</style>
border-color css
<style>
span { border-color: #FB93D0; }
span { border-color: rgb(251,147,208); }
td.TdClassName
{
border-color: #FB93D0;
}
.TagClassName
{
border-color: #FB93D0;
}
</style>