Shades of Pink Flamingo #FA5BED
Tints of Pink Flamingo #FA5BED
RGB
CMYK
RGB Variations
Color information
#FA5BED (or 0xFA5BED) is known color: Pink Flamingo. HEX triplet: FA, 5B and ED. RGB value is (250,91,237). Sum of RGB (Red+Green+Blue) = 250+91+237=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 91 (35.94% from 255 or 15.74% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5BED is #05A412. Grayscale: #9A9A9A. Windows color (decimal): -369683 or 15555578. OLE color: 15555578.
HSL color Cylindrical-coordinate representation of color #FA5BED: hue angle of 304.91º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5BED is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 237 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.02 |
| HSL | 304.91º | 0.94% | 0.67% | - |
| HSV(B) | 304.91º | 0.64% | 0.98% | - |
| XYZ | 58.45 | 33.92 | 83.59 | - |
| YUV | 155.19 | 174.18 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 237 | 0 | 0.64 | 0.05 | 0.02 | 304.91 | 0.94 | 0.67 |
| Hex | FA | 5B | ED | 0 | 40 | 5 | 2 | 131 | 5E | 43 |
| Octal | 372 | 133 | 355 | 0 | 100 | 5 | 2 | 461 | 136 | 103 |
| Binary | 11111010 | 1011011 | 11101101 | 0 | 1000000 | 101 | 10 | 100110001 | 1011110 | 1000011 |
Color Harmonies of #FA5BED
Complementary color
Monochromatic Colors of #FA5BED
Black with #FA5BED
Text Example
Text Example
White with #FA5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BED; }
p { color: rgb(250,91,237); }
H1.HeaderClassName
{
color: #FA5BED;
}
.AnyTagClassName
{
color: #FA5BED;
}
</style>
background-color css
<style>
a { background-color: #FA5BED; }
a { background-color: rgb(250,91,237); }
div.DivClassName
{
background-color: #FA5BED;
}
.BgClassName
{
background-color: #FA5BED;
}
</style>
border-color css
<style>
span { border-color: #FA5BED; }
span { border-color: rgb(250,91,237); }
td.TdClassName
{
border-color: #FA5BED;
}
.TagClassName
{
border-color: #FA5BED;
}
</style>