Shades of Tea Rose #FE7BC6
Tints of Tea Rose #FE7BC6
RGB
CMYK
RGB Variations
Color information
#FE7BC6 (or 0xFE7BC6) is known color: Tea Rose. HEX triplet: FE, 7B and C6. RGB value is (254,123,198). Sum of RGB (Red+Green+Blue) = 254+123+198=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BC6 is #018439. Grayscale: #AAAAAA. Windows color (decimal): -99386 or 13007870. OLE color: 13007870.
HSL color Cylindrical-coordinate representation of color #FE7BC6: hue angle of 325.65º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7BC6 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 198 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.00 |
| HSL | 325.65º | 0.98% | 0.74% | - |
| HSV(B) | 325.65º | 0.52% | 1% | - |
| XYZ | 58.15 | 39.31 | 57.95 | - |
| YUV | 170.72 | 143.4 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 198 | 0 | 0.52 | 0.22 | 0.00 | 325.65 | 0.98 | 0.74 |
| Hex | FE | 7B | C6 | 0 | 34 | 16 | 0 | 146 | 62 | 4A |
| Octal | 376 | 173 | 306 | 0 | 64 | 26 | 0 | 506 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11000110 | 0 | 110100 | 10110 | 0 | 101000110 | 1100010 | 1001010 |
Color Harmonies of #FE7BC6
Complementary color
Monochromatic Colors of #FE7BC6
Black with #FE7BC6
Text Example
Text Example
White with #FE7BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BC6; }
p { color: rgb(254,123,198); }
H1.HeaderClassName
{
color: #FE7BC6;
}
.AnyTagClassName
{
color: #FE7BC6;
}
</style>
background-color css
<style>
a { background-color: #FE7BC6; }
a { background-color: rgb(254,123,198); }
div.DivClassName
{
background-color: #FE7BC6;
}
.BgClassName
{
background-color: #FE7BC6;
}
</style>
border-color css
<style>
span { border-color: #FE7BC6; }
span { border-color: rgb(254,123,198); }
td.TdClassName
{
border-color: #FE7BC6;
}
.TagClassName
{
border-color: #FE7BC6;
}
</style>