Shades of Pink Flamingo #FE5EFD
Tints of Pink Flamingo #FE5EFD
RGB
CMYK
RGB Variations
Color information
#FE5EFD (or 0xFE5EFD) is known color: Pink Flamingo. HEX triplet: FE, 5E and FD. RGB value is (254,94,253). Sum of RGB (Red+Green+Blue) = 254+94+253=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 94 (37.11% from 255 or 15.64% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5EFD is #01A102. Grayscale: #9F9F9F. Windows color (decimal): -106755 or 16604926. OLE color: 16604926.
HSL color Cylindrical-coordinate representation of color #FE5EFD: hue angle of 300.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5EFD is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 253 | - |
| CMYK | 0 | 0.63 | 0.00 | 0.00 |
| HSL | 300.38º | 0.99% | 0.68% | - |
| HSV(B) | 300.38º | 0.63% | 1% | - |
| XYZ | 62.61 | 36.17 | 96.61 | - |
| YUV | 159.97 | 180.51 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 253 | 0 | 0.63 | 0.00 | 0.00 | 300.38 | 0.99 | 0.68 |
| Hex | FE | 5E | FD | 0 | 3F | 0 | 0 | 12C | 63 | 44 |
| Octal | 376 | 136 | 375 | 0 | 77 | 0 | 0 | 454 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11111101 | 0 | 111111 | 0 | 0 | 100101100 | 1100011 | 1000100 |
Color Harmonies of #FE5EFD
Complementary color
Monochromatic Colors of #FE5EFD
Black with #FE5EFD
Text Example
Text Example
White with #FE5EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EFD; }
p { color: rgb(254,94,253); }
H1.HeaderClassName
{
color: #FE5EFD;
}
.AnyTagClassName
{
color: #FE5EFD;
}
</style>
background-color css
<style>
a { background-color: #FE5EFD; }
a { background-color: rgb(254,94,253); }
div.DivClassName
{
background-color: #FE5EFD;
}
.BgClassName
{
background-color: #FE5EFD;
}
</style>
border-color css
<style>
span { border-color: #FE5EFD; }
span { border-color: rgb(254,94,253); }
td.TdClassName
{
border-color: #FE5EFD;
}
.TagClassName
{
border-color: #FE5EFD;
}
</style>