Shades of Tea Rose #FE88CB
Tints of Tea Rose #FE88CB
RGB
CMYK
RGB Variations
Color information
#FE88CB (or 0xFE88CB) is known color: Tea Rose. HEX triplet: FE, 88 and CB. RGB value is (254,136,203). Sum of RGB (Red+Green+Blue) = 254+136+203=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88CB is #017734. Grayscale: #B2B2B2. Windows color (decimal): -96053 or 13338878. OLE color: 13338878.
HSL color Cylindrical-coordinate representation of color #FE88CB: hue angle of 325.93º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE88CB is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 203 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.00 |
| HSL | 325.93º | 0.98% | 0.76% | - |
| HSV(B) | 325.93º | 0.46% | 1% | - |
| XYZ | 60.46 | 42.99 | 61.61 | - |
| YUV | 178.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 203 | 0 | 0.46 | 0.20 | 0.00 | 325.93 | 0.98 | 0.76 |
| Hex | FE | 88 | CB | 0 | 2E | 14 | 0 | 146 | 62 | 4C |
| Octal | 376 | 210 | 313 | 0 | 56 | 24 | 0 | 506 | 142 | 114 |
| Binary | 11111110 | 10001000 | 11001011 | 0 | 101110 | 10100 | 0 | 101000110 | 1100010 | 1001100 |
Color Harmonies of #FE88CB
Complementary color
Monochromatic Colors of #FE88CB
Black with #FE88CB
Text Example
Text Example
White with #FE88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88CB; }
p { color: rgb(254,136,203); }
H1.HeaderClassName
{
color: #FE88CB;
}
.AnyTagClassName
{
color: #FE88CB;
}
</style>
background-color css
<style>
a { background-color: #FE88CB; }
a { background-color: rgb(254,136,203); }
div.DivClassName
{
background-color: #FE88CB;
}
.BgClassName
{
background-color: #FE88CB;
}
</style>
border-color css
<style>
span { border-color: #FE88CB; }
span { border-color: rgb(254,136,203); }
td.TdClassName
{
border-color: #FE88CB;
}
.TagClassName
{
border-color: #FE88CB;
}
</style>