Shades of Pink Flamingo #FA5CEB
Tints of Pink Flamingo #FA5CEB
RGB
CMYK
RGB Variations
Color information
#FA5CEB (or 0xFA5CEB) is known color: Pink Flamingo. HEX triplet: FA, 5C and EB. RGB value is (250,92,235). Sum of RGB (Red+Green+Blue) = 250+92+235=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CEB is #05A314. Grayscale: #9B9B9B. Windows color (decimal): -369429 or 15424762. OLE color: 15424762.
HSL color Cylindrical-coordinate representation of color #FA5CEB: hue angle of 305.7º 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 #FA5CEB is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 235 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.02 |
| HSL | 305.7º | 0.94% | 0.67% | - |
| HSV(B) | 305.7º | 0.63% | 0.98% | - |
| XYZ | 58.25 | 33.98 | 82.09 | - |
| YUV | 155.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 235 | 0 | 0.63 | 0.06 | 0.02 | 305.7 | 0.94 | 0.67 |
| Hex | FA | 5C | EB | 0 | 3F | 6 | 2 | 132 | 5E | 43 |
| Octal | 372 | 134 | 353 | 0 | 77 | 6 | 2 | 462 | 136 | 103 |
| Binary | 11111010 | 1011100 | 11101011 | 0 | 111111 | 110 | 10 | 100110010 | 1011110 | 1000011 |
Color Harmonies of #FA5CEB
Complementary color
Monochromatic Colors of #FA5CEB
Black with #FA5CEB
Text Example
Text Example
White with #FA5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CEB; }
p { color: rgb(250,92,235); }
H1.HeaderClassName
{
color: #FA5CEB;
}
.AnyTagClassName
{
color: #FA5CEB;
}
</style>
background-color css
<style>
a { background-color: #FA5CEB; }
a { background-color: rgb(250,92,235); }
div.DivClassName
{
background-color: #FA5CEB;
}
.BgClassName
{
background-color: #FA5CEB;
}
</style>
border-color css
<style>
span { border-color: #FA5CEB; }
span { border-color: rgb(250,92,235); }
td.TdClassName
{
border-color: #FA5CEB;
}
.TagClassName
{
border-color: #FA5CEB;
}
</style>