Shades of Tea Rose #FB8EC4
Tints of Tea Rose #FB8EC4
RGB
CMYK
RGB Variations
Color information
#FB8EC4 (or 0xFB8EC4) is known color: Tea Rose. HEX triplet: FB, 8E and C4. RGB value is (251,142,196). Sum of RGB (Red+Green+Blue) = 251+142+196=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EC4 is #04713B. Grayscale: #B4B4B4. Windows color (decimal): -291132 or 12881659. OLE color: 12881659.
HSL color Cylindrical-coordinate representation of color #FB8EC4: hue angle of 330.28º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EC4 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 196 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.02 |
| HSL | 330.28º | 0.93% | 0.77% | - |
| HSV(B) | 330.28º | 0.43% | 0.98% | - |
| XYZ | 59.42 | 43.84 | 57.55 | - |
| YUV | 180.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 196 | 0 | 0.43 | 0.22 | 0.02 | 330.28 | 0.93 | 0.77 |
| Hex | FB | 8E | C4 | 0 | 2B | 16 | 2 | 14A | 5D | 4D |
| Octal | 373 | 216 | 304 | 0 | 53 | 26 | 2 | 512 | 135 | 115 |
| Binary | 11111011 | 10001110 | 11000100 | 0 | 101011 | 10110 | 10 | 101001010 | 1011101 | 1001101 |
Color Harmonies of #FB8EC4
Complementary color
Monochromatic Colors of #FB8EC4
Black with #FB8EC4
Text Example
Text Example
White with #FB8EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8EC4; }
p { color: rgb(251,142,196); }
H1.HeaderClassName
{
color: #FB8EC4;
}
.AnyTagClassName
{
color: #FB8EC4;
}
</style>
background-color css
<style>
a { background-color: #FB8EC4; }
a { background-color: rgb(251,142,196); }
div.DivClassName
{
background-color: #FB8EC4;
}
.BgClassName
{
background-color: #FB8EC4;
}
</style>
border-color css
<style>
span { border-color: #FB8EC4; }
span { border-color: rgb(251,142,196); }
td.TdClassName
{
border-color: #FB8EC4;
}
.TagClassName
{
border-color: #FB8EC4;
}
</style>