Shades of Pink Flamingo #FE5CE7
Tints of Pink Flamingo #FE5CE7
RGB
CMYK
RGB Variations
Color information
#FE5CE7 (or 0xFE5CE7) is known color: Pink Flamingo. HEX triplet: FE, 5C and E7. RGB value is (254,92,231). Sum of RGB (Red+Green+Blue) = 254+92+231=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CE7 is #01A318. Grayscale: #9B9B9B. Windows color (decimal): -107289 or 15162622. OLE color: 15162622.
HSL color Cylindrical-coordinate representation of color #FE5CE7: hue angle of 308.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CE7 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 231 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.00 |
| HSL | 308.52º | 0.99% | 0.68% | - |
| HSV(B) | 308.52º | 0.64% | 1% | - |
| XYZ | 59.12 | 34.49 | 79.14 | - |
| YUV | 156.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 231 | 0 | 0.64 | 0.09 | 0.00 | 308.52 | 0.99 | 0.68 |
| Hex | FE | 5C | E7 | 0 | 40 | 9 | 0 | 135 | 63 | 44 |
| Octal | 376 | 134 | 347 | 0 | 100 | 11 | 0 | 465 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11100111 | 0 | 1000000 | 1001 | 0 | 100110101 | 1100011 | 1000100 |
Color Harmonies of #FE5CE7
Complementary color
Monochromatic Colors of #FE5CE7
Black with #FE5CE7
Text Example
Text Example
White with #FE5CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CE7; }
p { color: rgb(254,92,231); }
H1.HeaderClassName
{
color: #FE5CE7;
}
.AnyTagClassName
{
color: #FE5CE7;
}
</style>
background-color css
<style>
a { background-color: #FE5CE7; }
a { background-color: rgb(254,92,231); }
div.DivClassName
{
background-color: #FE5CE7;
}
.BgClassName
{
background-color: #FE5CE7;
}
</style>
border-color css
<style>
span { border-color: #FE5CE7; }
span { border-color: rgb(254,92,231); }
td.TdClassName
{
border-color: #FE5CE7;
}
.TagClassName
{
border-color: #FE5CE7;
}
</style>