Shades of Tea Rose #FB94D0
Tints of Tea Rose #FB94D0
RGB
CMYK
RGB Variations
Color information
#FB94D0 (or 0xFB94D0) is known color: Tea Rose. HEX triplet: FB, 94 and D0. RGB value is (251,148,208). Sum of RGB (Red+Green+Blue) = 251+148+208=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94D0 is #046B2F. Grayscale: #B9B9B9. Windows color (decimal): -289584 or 13669627. OLE color: 13669627.
HSL color Cylindrical-coordinate representation of color #FB94D0: hue angle of 325.05º 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 #FB94D0 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 208 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.02 |
| HSL | 325.05º | 0.93% | 0.78% | - |
| HSV(B) | 325.05º | 0.41% | 0.98% | - |
| XYZ | 61.76 | 46.24 | 65.35 | - |
| YUV | 185.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 208 | 0 | 0.41 | 0.17 | 0.02 | 325.05 | 0.93 | 0.78 |
| Hex | FB | 94 | D0 | 0 | 29 | 11 | 2 | 145 | 5D | 4E |
| Octal | 373 | 224 | 320 | 0 | 51 | 21 | 2 | 505 | 135 | 116 |
| Binary | 11111011 | 10010100 | 11010000 | 0 | 101001 | 10001 | 10 | 101000101 | 1011101 | 1001110 |
Color Harmonies of #FB94D0
Complementary color
Monochromatic Colors of #FB94D0
Black with #FB94D0
Text Example
Text Example
White with #FB94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94D0; }
p { color: rgb(251,148,208); }
H1.HeaderClassName
{
color: #FB94D0;
}
.AnyTagClassName
{
color: #FB94D0;
}
</style>
background-color css
<style>
a { background-color: #FB94D0; }
a { background-color: rgb(251,148,208); }
div.DivClassName
{
background-color: #FB94D0;
}
.BgClassName
{
background-color: #FB94D0;
}
</style>
border-color css
<style>
span { border-color: #FB94D0; }
span { border-color: rgb(251,148,208); }
td.TdClassName
{
border-color: #FB94D0;
}
.TagClassName
{
border-color: #FB94D0;
}
</style>