Shades of Tea Rose #FB93D1
Tints of Tea Rose #FB93D1
RGB
CMYK
RGB Variations
Color information
#FB93D1 (or 0xFB93D1) is known color: Tea Rose. HEX triplet: FB, 93 and D1. RGB value is (251,147,209). Sum of RGB (Red+Green+Blue) = 251+147+209=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93D1 is #046C2E. Grayscale: #B9B9B9. Windows color (decimal): -289839 or 13734907. OLE color: 13734907.
HSL color Cylindrical-coordinate representation of color #FB93D1: hue angle of 324.23º 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 #FB93D1 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 209 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.02 |
| HSL | 324.23º | 0.93% | 0.78% | - |
| HSV(B) | 324.23º | 0.41% | 0.98% | - |
| XYZ | 61.73 | 45.98 | 65.94 | - |
| YUV | 185.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 209 | 0 | 0.41 | 0.17 | 0.02 | 324.23 | 0.93 | 0.78 |
| Hex | FB | 93 | D1 | 0 | 29 | 11 | 2 | 144 | 5D | 4E |
| Octal | 373 | 223 | 321 | 0 | 51 | 21 | 2 | 504 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11010001 | 0 | 101001 | 10001 | 10 | 101000100 | 1011101 | 1001110 |
Color Harmonies of #FB93D1
Complementary color
Monochromatic Colors of #FB93D1
Black with #FB93D1
Text Example
Text Example
White with #FB93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93D1; }
p { color: rgb(251,147,209); }
H1.HeaderClassName
{
color: #FB93D1;
}
.AnyTagClassName
{
color: #FB93D1;
}
</style>
background-color css
<style>
a { background-color: #FB93D1; }
a { background-color: rgb(251,147,209); }
div.DivClassName
{
background-color: #FB93D1;
}
.BgClassName
{
background-color: #FB93D1;
}
</style>
border-color css
<style>
span { border-color: #FB93D1; }
span { border-color: rgb(251,147,209); }
td.TdClassName
{
border-color: #FB93D1;
}
.TagClassName
{
border-color: #FB93D1;
}
</style>