Shades of Pink Flamingo #FA5DED
Tints of Pink Flamingo #FA5DED
RGB
CMYK
RGB Variations
Color information
#FA5DED (or 0xFA5DED) is known color: Pink Flamingo. HEX triplet: FA, 5D and ED. RGB value is (250,93,237). Sum of RGB (Red+Green+Blue) = 250+93+237=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 93 (36.72% from 255 or 16.03% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DED is #05A212. Grayscale: #9B9B9B. Windows color (decimal): -369171 or 15556090. OLE color: 15556090.
HSL color Cylindrical-coordinate representation of color #FA5DED: hue angle of 304.97º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5DED is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 237 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.02 |
| HSL | 304.97º | 0.94% | 0.67% | - |
| HSV(B) | 304.97º | 0.63% | 0.98% | - |
| XYZ | 58.62 | 34.27 | 83.65 | - |
| YUV | 156.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 237 | 0 | 0.63 | 0.05 | 0.02 | 304.97 | 0.94 | 0.67 |
| Hex | FA | 5D | ED | 0 | 3F | 5 | 2 | 131 | 5E | 43 |
| Octal | 372 | 135 | 355 | 0 | 77 | 5 | 2 | 461 | 136 | 103 |
| Binary | 11111010 | 1011101 | 11101101 | 0 | 111111 | 101 | 10 | 100110001 | 1011110 | 1000011 |
Color Harmonies of #FA5DED
Complementary color
Monochromatic Colors of #FA5DED
Black with #FA5DED
Text Example
Text Example
White with #FA5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DED; }
p { color: rgb(250,93,237); }
H1.HeaderClassName
{
color: #FA5DED;
}
.AnyTagClassName
{
color: #FA5DED;
}
</style>
background-color css
<style>
a { background-color: #FA5DED; }
a { background-color: rgb(250,93,237); }
div.DivClassName
{
background-color: #FA5DED;
}
.BgClassName
{
background-color: #FA5DED;
}
</style>
border-color css
<style>
span { border-color: #FA5DED; }
span { border-color: rgb(250,93,237); }
td.TdClassName
{
border-color: #FA5DED;
}
.TagClassName
{
border-color: #FA5DED;
}
</style>