Shades of Pink Flamingo #FD5EFE
Tints of Pink Flamingo #FD5EFE
RGB
CMYK
RGB Variations
Color information
#FD5EFE (or 0xFD5EFE) is known color: Pink Flamingo. HEX triplet: FD, 5E and FE. RGB value is (253,94,254). Sum of RGB (Red+Green+Blue) = 253+94+254=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 94 (37.11% from 255 or 15.64% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD5EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5EFE is #02A101. Grayscale: #9F9F9F. Windows color (decimal): -172290 or 16670461. OLE color: 16670461.
HSL color Cylindrical-coordinate representation of color #FD5EFE: hue angle of 299.62º 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 #FD5EFE is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 94 | 254 | - |
CMYK | 0.00 | 0.63 | 0 | 0.00 |
HSL | 299.63º | 0.99% | 0.68% | - |
HSV(B) | 299.63º | 0.63% | 1% | - |
XYZ | 62.4 | 36.04 | 97.43 | - |
YUV | 159.78 | 181.18 | 194.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 94 | 254 | 0.00 | 0.63 | 0 | 0.00 | 299.63 | 0.99 | 0.68 |
Hex | FD | 5E | FE | 0 | 3F | 0 | 0 | 12C | 63 | 44 |
Octal | 375 | 136 | 376 | 0 | 77 | 0 | 0 | 454 | 143 | 104 |
Binary | 11111101 | 1011110 | 11111110 | 0 | 111111 | 0 | 0 | 100101100 | 1100011 | 1000100 |
Color Harmonies of #FD5EFE
Complementary color
Monochromatic Colors of #FD5EFE
Black with #FD5EFE
Text Example
Text Example
White with #FD5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5EFE; }
p { color: rgb(253,94,254); }
H1.HeaderClassName
{
color: #FD5EFE;
}
.AnyTagClassName
{
color: #FD5EFE;
}
</style>
background-color css
<style>
a { background-color: #FD5EFE; }
a { background-color: rgb(253,94,254); }
div.DivClassName
{
background-color: #FD5EFE;
}
.BgClassName
{
background-color: #FD5EFE;
}
</style>
border-color css
<style>
span { border-color: #FD5EFE; }
span { border-color: rgb(253,94,254); }
td.TdClassName
{
border-color: #FD5EFE;
}
.TagClassName
{
border-color: #FD5EFE;
}
</style>