Shades of Tea Rose #FE7CCB
Tints of Tea Rose #FE7CCB
RGB
CMYK
RGB Variations
Color information
#FE7CCB (or 0xFE7CCB) is known color: Tea Rose. HEX triplet: FE, 7C and CB. RGB value is (254,124,203). Sum of RGB (Red+Green+Blue) = 254+124+203=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CCB is #018334. Grayscale: #ABABAB. Windows color (decimal): -99125 or 13335806. OLE color: 13335806.
HSL color Cylindrical-coordinate representation of color #FE7CCB: hue angle of 323.54º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CCB is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 203 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.00 |
| HSL | 323.54º | 0.98% | 0.74% | - |
| HSV(B) | 323.54º | 0.51% | 1% | - |
| XYZ | 58.86 | 39.8 | 61.08 | - |
| YUV | 171.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 203 | 0 | 0.51 | 0.20 | 0.00 | 323.54 | 0.98 | 0.74 |
| Hex | FE | 7C | CB | 0 | 33 | 14 | 0 | 144 | 62 | 4A |
| Octal | 376 | 174 | 313 | 0 | 63 | 24 | 0 | 504 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11001011 | 0 | 110011 | 10100 | 0 | 101000100 | 1100010 | 1001010 |
Color Harmonies of #FE7CCB
Complementary color
Monochromatic Colors of #FE7CCB
Black with #FE7CCB
Text Example
Text Example
White with #FE7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CCB; }
p { color: rgb(254,124,203); }
H1.HeaderClassName
{
color: #FE7CCB;
}
.AnyTagClassName
{
color: #FE7CCB;
}
</style>
background-color css
<style>
a { background-color: #FE7CCB; }
a { background-color: rgb(254,124,203); }
div.DivClassName
{
background-color: #FE7CCB;
}
.BgClassName
{
background-color: #FE7CCB;
}
</style>
border-color css
<style>
span { border-color: #FE7CCB; }
span { border-color: rgb(254,124,203); }
td.TdClassName
{
border-color: #FE7CCB;
}
.TagClassName
{
border-color: #FE7CCB;
}
</style>