Shades of Tea Rose #FE8BC4
Tints of Tea Rose #FE8BC4
RGB
CMYK
RGB Variations
Color information
#FE8BC4 (or 0xFE8BC4) is known color: Tea Rose. HEX triplet: FE, 8B and C4. RGB value is (254,139,196). Sum of RGB (Red+Green+Blue) = 254+139+196=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8BC4 is #01743B. Grayscale: #B3B3B3. Windows color (decimal): -95292 or 12880894. OLE color: 12880894.
HSL color Cylindrical-coordinate representation of color #FE8BC4: hue angle of 330.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8BC4 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 196 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.00 |
| HSL | 330.26º | 0.98% | 0.77% | - |
| HSV(B) | 330.26º | 0.45% | 1% | - |
| XYZ | 60.07 | 43.52 | 57.46 | - |
| YUV | 179.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 196 | 0 | 0.45 | 0.23 | 0.00 | 330.26 | 0.98 | 0.77 |
| Hex | FE | 8B | C4 | 0 | 2D | 17 | 0 | 14A | 62 | 4D |
| Octal | 376 | 213 | 304 | 0 | 55 | 27 | 0 | 512 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11000100 | 0 | 101101 | 10111 | 0 | 101001010 | 1100010 | 1001101 |
Color Harmonies of #FE8BC4
Complementary color
Monochromatic Colors of #FE8BC4
Black with #FE8BC4
Text Example
Text Example
White with #FE8BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BC4; }
p { color: rgb(254,139,196); }
H1.HeaderClassName
{
color: #FE8BC4;
}
.AnyTagClassName
{
color: #FE8BC4;
}
</style>
background-color css
<style>
a { background-color: #FE8BC4; }
a { background-color: rgb(254,139,196); }
div.DivClassName
{
background-color: #FE8BC4;
}
.BgClassName
{
background-color: #FE8BC4;
}
</style>
border-color css
<style>
span { border-color: #FE8BC4; }
span { border-color: rgb(254,139,196); }
td.TdClassName
{
border-color: #FE8BC4;
}
.TagClassName
{
border-color: #FE8BC4;
}
</style>