Shades of French Rose #FE5588
Tints of French Rose #FE5588
RGB
CMYK
RGB Variations
Color information
#FE5588 (or 0xFE5588) is known color: French Rose. HEX triplet: FE, 55 and 88. RGB value is (254,85,136). Sum of RGB (Red+Green+Blue) = 254+85+136=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5588 is #01AA77. Grayscale: #8D8D8D. Windows color (decimal): -109176 or 8934910. OLE color: 8934910.
HSL color Cylindrical-coordinate representation of color #FE5588: hue angle of 341.89º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5588 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 136 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.00 |
| HSL | 341.89º | 0.99% | 0.66% | - |
| HSV(B) | 341.89º | 0.67% | 1% | - |
| XYZ | 48.57 | 29.35 | 26.4 | - |
| YUV | 141.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 136 | 0 | 0.67 | 0.46 | 0.00 | 341.89 | 0.99 | 0.66 |
| Hex | FE | 55 | 88 | 0 | 43 | 2E | 0 | 156 | 63 | 42 |
| Octal | 376 | 125 | 210 | 0 | 103 | 56 | 0 | 526 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10001000 | 0 | 1000011 | 101110 | 0 | 101010110 | 1100011 | 1000010 |
Color Harmonies of #FE5588
Complementary color
Monochromatic Colors of #FE5588
Black with #FE5588
Text Example
Text Example
White with #FE5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5588; }
p { color: rgb(254,85,136); }
H1.HeaderClassName
{
color: #FE5588;
}
.AnyTagClassName
{
color: #FE5588;
}
</style>
background-color css
<style>
a { background-color: #FE5588; }
a { background-color: rgb(254,85,136); }
div.DivClassName
{
background-color: #FE5588;
}
.BgClassName
{
background-color: #FE5588;
}
</style>
border-color css
<style>
span { border-color: #FE5588; }
span { border-color: rgb(254,85,136); }
td.TdClassName
{
border-color: #FE5588;
}
.TagClassName
{
border-color: #FE5588;
}
</style>