Shades of Pink Flamingo #FD5CEA
Tints of Pink Flamingo #FD5CEA
RGB
CMYK
RGB Variations
Color information
#FD5CEA (or 0xFD5CEA) is known color: Pink Flamingo. HEX triplet: FD, 5C and EA. RGB value is (253,92,234). Sum of RGB (Red+Green+Blue) = 253+92+234=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CEA is #02A315. Grayscale: #9B9B9B. Windows color (decimal): -172822 or 15359229. OLE color: 15359229.
HSL color Cylindrical-coordinate representation of color #FD5CEA: hue angle of 307.08º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5CEA is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 234 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.01 |
| HSL | 307.08º | 0.98% | 0.68% | - |
| HSV(B) | 307.08º | 0.64% | 0.99% | - |
| XYZ | 59.19 | 34.48 | 81.38 | - |
| YUV | 156.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 234 | 0 | 0.64 | 0.08 | 0.01 | 307.08 | 0.98 | 0.68 |
| Hex | FD | 5C | EA | 0 | 40 | 8 | 1 | 133 | 62 | 44 |
| Octal | 375 | 134 | 352 | 0 | 100 | 10 | 1 | 463 | 142 | 104 |
| Binary | 11111101 | 1011100 | 11101010 | 0 | 1000000 | 1000 | 1 | 100110011 | 1100010 | 1000100 |
Color Harmonies of #FD5CEA
Complementary color
Monochromatic Colors of #FD5CEA
Black with #FD5CEA
Text Example
Text Example
White with #FD5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5CEA; }
p { color: rgb(253,92,234); }
H1.HeaderClassName
{
color: #FD5CEA;
}
.AnyTagClassName
{
color: #FD5CEA;
}
</style>
background-color css
<style>
a { background-color: #FD5CEA; }
a { background-color: rgb(253,92,234); }
div.DivClassName
{
background-color: #FD5CEA;
}
.BgClassName
{
background-color: #FD5CEA;
}
</style>
border-color css
<style>
span { border-color: #FD5CEA; }
span { border-color: rgb(253,92,234); }
td.TdClassName
{
border-color: #FD5CEA;
}
.TagClassName
{
border-color: #FD5CEA;
}
</style>