Shades of Tea Rose #FB93C7
Tints of Tea Rose #FB93C7
RGB
CMYK
RGB Variations
Color information
#FB93C7 (or 0xFB93C7) is known color: Tea Rose. HEX triplet: FB, 93 and C7. RGB value is (251,147,199). Sum of RGB (Red+Green+Blue) = 251+147+199=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93C7 is #046C38. Grayscale: #B7B7B7. Windows color (decimal): -289849 or 13079547. OLE color: 13079547.
HSL color Cylindrical-coordinate representation of color #FB93C7: hue angle of 330º 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 #FB93C7 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 199 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.02 |
| HSL | 330º | 0.93% | 0.78% | - |
| HSV(B) | 330º | 0.41% | 0.98% | - |
| XYZ | 60.53 | 45.5 | 59.63 | - |
| YUV | 184.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 199 | 0 | 0.41 | 0.21 | 0.02 | 330 | 0.93 | 0.78 |
| Hex | FB | 93 | C7 | 0 | 29 | 15 | 2 | 14A | 5D | 4E |
| Octal | 373 | 223 | 307 | 0 | 51 | 25 | 2 | 512 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11000111 | 0 | 101001 | 10101 | 10 | 101001010 | 1011101 | 1001110 |
Color Harmonies of #FB93C7
Complementary color
Monochromatic Colors of #FB93C7
Black with #FB93C7
Text Example
Text Example
White with #FB93C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93C7; }
p { color: rgb(251,147,199); }
H1.HeaderClassName
{
color: #FB93C7;
}
.AnyTagClassName
{
color: #FB93C7;
}
</style>
background-color css
<style>
a { background-color: #FB93C7; }
a { background-color: rgb(251,147,199); }
div.DivClassName
{
background-color: #FB93C7;
}
.BgClassName
{
background-color: #FB93C7;
}
</style>
border-color css
<style>
span { border-color: #FB93C7; }
span { border-color: rgb(251,147,199); }
td.TdClassName
{
border-color: #FB93C7;
}
.TagClassName
{
border-color: #FB93C7;
}
</style>