Shades of Pink Flamingo #FE5CED
Tints of Pink Flamingo #FE5CED
RGB
CMYK
RGB Variations
Color information
#FE5CED (or 0xFE5CED) is known color: Pink Flamingo. HEX triplet: FE, 5C and ED. RGB value is (254,92,237). Sum of RGB (Red+Green+Blue) = 254+92+237=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CED is #01A312. Grayscale: #9C9C9C. Windows color (decimal): -107283 or 15555838. OLE color: 15555838.
HSL color Cylindrical-coordinate representation of color #FE5CED: hue angle of 306.3º 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 #FE5CED is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 237 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.00 |
| HSL | 306.3º | 0.99% | 0.68% | - |
| HSV(B) | 306.3º | 0.64% | 1% | - |
| XYZ | 59.99 | 34.84 | 83.68 | - |
| YUV | 156.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 237 | 0 | 0.64 | 0.07 | 0.00 | 306.3 | 0.99 | 0.68 |
| Hex | FE | 5C | ED | 0 | 40 | 7 | 0 | 132 | 63 | 44 |
| Octal | 376 | 134 | 355 | 0 | 100 | 7 | 0 | 462 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11101101 | 0 | 1000000 | 111 | 0 | 100110010 | 1100011 | 1000100 |
Color Harmonies of #FE5CED
Complementary color
Monochromatic Colors of #FE5CED
Black with #FE5CED
Text Example
Text Example
White with #FE5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CED; }
p { color: rgb(254,92,237); }
H1.HeaderClassName
{
color: #FE5CED;
}
.AnyTagClassName
{
color: #FE5CED;
}
</style>
background-color css
<style>
a { background-color: #FE5CED; }
a { background-color: rgb(254,92,237); }
div.DivClassName
{
background-color: #FE5CED;
}
.BgClassName
{
background-color: #FE5CED;
}
</style>
border-color css
<style>
span { border-color: #FE5CED; }
span { border-color: rgb(254,92,237); }
td.TdClassName
{
border-color: #FE5CED;
}
.TagClassName
{
border-color: #FE5CED;
}
</style>