Shades of Pink Flamingo #FD5EEC
Tints of Pink Flamingo #FD5EEC
RGB
CMYK
RGB Variations
Color information
#FD5EEC (or 0xFD5EEC) is known color: Pink Flamingo. HEX triplet: FD, 5E and EC. RGB value is (253,94,236). Sum of RGB (Red+Green+Blue) = 253+94+236=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 94 (37.11% from 255 or 16.12% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5EEC is #02A113. Grayscale: #9D9D9D. Windows color (decimal): -172308 or 15490813. OLE color: 15490813.
HSL color Cylindrical-coordinate representation of color #FD5EEC: hue angle of 306.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5EEC is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 94 | 236 | - |
CMYK | 0 | 0.63 | 0.07 | 0.01 |
HSL | 306.42º | 0.98% | 0.68% | - |
HSV(B) | 306.42º | 0.63% | 0.99% | - |
XYZ | 59.65 | 34.94 | 82.96 | - |
YUV | 157.73 | 172.18 | 195.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 94 | 236 | 0 | 0.63 | 0.07 | 0.01 | 306.42 | 0.98 | 0.68 |
Hex | FD | 5E | EC | 0 | 3F | 7 | 1 | 132 | 62 | 44 |
Octal | 375 | 136 | 354 | 0 | 77 | 7 | 1 | 462 | 142 | 104 |
Binary | 11111101 | 1011110 | 11101100 | 0 | 111111 | 111 | 1 | 100110010 | 1100010 | 1000100 |
Color Harmonies of #FD5EEC
Complementary color
Monochromatic Colors of #FD5EEC
Black with #FD5EEC
Text Example
Text Example
White with #FD5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5EEC; }
p { color: rgb(253,94,236); }
H1.HeaderClassName
{
color: #FD5EEC;
}
.AnyTagClassName
{
color: #FD5EEC;
}
</style>
background-color css
<style>
a { background-color: #FD5EEC; }
a { background-color: rgb(253,94,236); }
div.DivClassName
{
background-color: #FD5EEC;
}
.BgClassName
{
background-color: #FD5EEC;
}
</style>
border-color css
<style>
span { border-color: #FD5EEC; }
span { border-color: rgb(253,94,236); }
td.TdClassName
{
border-color: #FD5EEC;
}
.TagClassName
{
border-color: #FD5EEC;
}
</style>