Shades of Tea Rose #FE7BC9
Tints of Tea Rose #FE7BC9
RGB
CMYK
RGB Variations
Color information
#FE7BC9 (or 0xFE7BC9) is known color: Tea Rose. HEX triplet: FE, 7B and C9. RGB value is (254,123,201). Sum of RGB (Red+Green+Blue) = 254+123+201=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BC9 is #018436. Grayscale: #AAAAAA. Windows color (decimal): -99383 or 13204478. OLE color: 13204478.
HSL color Cylindrical-coordinate representation of color #FE7BC9: hue angle of 324.27º 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 #FE7BC9 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 201 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.00 |
| HSL | 324.27º | 0.98% | 0.74% | - |
| HSV(B) | 324.27º | 0.52% | 1% | - |
| XYZ | 58.5 | 39.45 | 59.79 | - |
| YUV | 171.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 201 | 0 | 0.52 | 0.21 | 0.00 | 324.27 | 0.98 | 0.74 |
| Hex | FE | 7B | C9 | 0 | 34 | 15 | 0 | 144 | 62 | 4A |
| Octal | 376 | 173 | 311 | 0 | 64 | 25 | 0 | 504 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11001001 | 0 | 110100 | 10101 | 0 | 101000100 | 1100010 | 1001010 |
Color Harmonies of #FE7BC9
Complementary color
Monochromatic Colors of #FE7BC9
Black with #FE7BC9
Text Example
Text Example
White with #FE7BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BC9; }
p { color: rgb(254,123,201); }
H1.HeaderClassName
{
color: #FE7BC9;
}
.AnyTagClassName
{
color: #FE7BC9;
}
</style>
background-color css
<style>
a { background-color: #FE7BC9; }
a { background-color: rgb(254,123,201); }
div.DivClassName
{
background-color: #FE7BC9;
}
.BgClassName
{
background-color: #FE7BC9;
}
</style>
border-color css
<style>
span { border-color: #FE7BC9; }
span { border-color: rgb(254,123,201); }
td.TdClassName
{
border-color: #FE7BC9;
}
.TagClassName
{
border-color: #FE7BC9;
}
</style>