Shades of Tea Rose #FB93D2
Tints of Tea Rose #FB93D2
RGB
CMYK
RGB Variations
Color information
#FB93D2 (or 0xFB93D2) is known color: Tea Rose. HEX triplet: FB, 93 and D2. RGB value is (251,147,210). Sum of RGB (Red+Green+Blue) = 251+147+210=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93D2 is #046C2D. Grayscale: #B9B9B9. Windows color (decimal): -289838 or 13800443. OLE color: 13800443.
HSL color Cylindrical-coordinate representation of color #FB93D2: hue angle of 323.65º 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 #FB93D2 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 210 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.02 |
| HSL | 323.65º | 0.93% | 0.78% | - |
| HSV(B) | 323.65º | 0.41% | 0.98% | - |
| XYZ | 61.85 | 46.03 | 66.6 | - |
| YUV | 185.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 210 | 0 | 0.41 | 0.16 | 0.02 | 323.65 | 0.93 | 0.78 |
| Hex | FB | 93 | D2 | 0 | 29 | 10 | 2 | 144 | 5D | 4E |
| Octal | 373 | 223 | 322 | 0 | 51 | 20 | 2 | 504 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11010010 | 0 | 101001 | 10000 | 10 | 101000100 | 1011101 | 1001110 |
Color Harmonies of #FB93D2
Complementary color
Monochromatic Colors of #FB93D2
Black with #FB93D2
Text Example
Text Example
White with #FB93D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93D2; }
p { color: rgb(251,147,210); }
H1.HeaderClassName
{
color: #FB93D2;
}
.AnyTagClassName
{
color: #FB93D2;
}
</style>
background-color css
<style>
a { background-color: #FB93D2; }
a { background-color: rgb(251,147,210); }
div.DivClassName
{
background-color: #FB93D2;
}
.BgClassName
{
background-color: #FB93D2;
}
</style>
border-color css
<style>
span { border-color: #FB93D2; }
span { border-color: rgb(251,147,210); }
td.TdClassName
{
border-color: #FB93D2;
}
.TagClassName
{
border-color: #FB93D2;
}
</style>