Shades of Pink Flamingo #FA5BEC
Tints of Pink Flamingo #FA5BEC
RGB
CMYK
RGB Variations
Color information
#FA5BEC (or 0xFA5BEC) is known color: Pink Flamingo. HEX triplet: FA, 5B and EC. RGB value is (250,91,236). Sum of RGB (Red+Green+Blue) = 250+91+236=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 91 (35.94% from 255 or 15.77% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5BEC is #05A413. Grayscale: #9A9A9A. Windows color (decimal): -369684 or 15490042. OLE color: 15490042.
HSL color Cylindrical-coordinate representation of color #FA5BEC: hue angle of 305.28º 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 #FA5BEC is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 236 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.02 |
| HSL | 305.28º | 0.94% | 0.67% | - |
| HSV(B) | 305.28º | 0.64% | 0.98% | - |
| XYZ | 58.31 | 33.86 | 82.82 | - |
| YUV | 155.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 236 | 0 | 0.64 | 0.06 | 0.02 | 305.28 | 0.94 | 0.67 |
| Hex | FA | 5B | EC | 0 | 40 | 6 | 2 | 131 | 5E | 43 |
| Octal | 372 | 133 | 354 | 0 | 100 | 6 | 2 | 461 | 136 | 103 |
| Binary | 11111010 | 1011011 | 11101100 | 0 | 1000000 | 110 | 10 | 100110001 | 1011110 | 1000011 |
Color Harmonies of #FA5BEC
Complementary color
Monochromatic Colors of #FA5BEC
Black with #FA5BEC
Text Example
Text Example
White with #FA5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BEC; }
p { color: rgb(250,91,236); }
H1.HeaderClassName
{
color: #FA5BEC;
}
.AnyTagClassName
{
color: #FA5BEC;
}
</style>
background-color css
<style>
a { background-color: #FA5BEC; }
a { background-color: rgb(250,91,236); }
div.DivClassName
{
background-color: #FA5BEC;
}
.BgClassName
{
background-color: #FA5BEC;
}
</style>
border-color css
<style>
span { border-color: #FA5BEC; }
span { border-color: rgb(250,91,236); }
td.TdClassName
{
border-color: #FA5BEC;
}
.TagClassName
{
border-color: #FA5BEC;
}
</style>