Shades of Pink Flamingo #FC5EEE
Tints of Pink Flamingo #FC5EEE
RGB
CMYK
RGB Variations
Color information
#FC5EEE (or 0xFC5EEE) is known color: Pink Flamingo. HEX triplet: FC, 5E and EE. RGB value is (252,94,238). Sum of RGB (Red+Green+Blue) = 252+94+238=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 94 (37.11% from 255 or 16.10% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EEE is #03A111. Grayscale: #9D9D9D. Windows color (decimal): -237842 or 15621884. OLE color: 15621884.
HSL color Cylindrical-coordinate representation of color #FC5EEE: hue angle of 305.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5EEE is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 238 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.01 |
| HSL | 305.32º | 0.96% | 0.68% | - |
| HSV(B) | 305.32º | 0.63% | 0.99% | - |
| XYZ | 59.58 | 34.87 | 84.48 | - |
| YUV | 157.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 238 | 0 | 0.63 | 0.06 | 0.01 | 305.32 | 0.96 | 0.68 |
| Hex | FC | 5E | EE | 0 | 3F | 6 | 1 | 131 | 60 | 44 |
| Octal | 374 | 136 | 356 | 0 | 77 | 6 | 1 | 461 | 140 | 104 |
| Binary | 11111100 | 1011110 | 11101110 | 0 | 111111 | 110 | 1 | 100110001 | 1100000 | 1000100 |
Color Harmonies of #FC5EEE
Complementary color
Monochromatic Colors of #FC5EEE
Black with #FC5EEE
Text Example
Text Example
White with #FC5EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5EEE; }
p { color: rgb(252,94,238); }
H1.HeaderClassName
{
color: #FC5EEE;
}
.AnyTagClassName
{
color: #FC5EEE;
}
</style>
background-color css
<style>
a { background-color: #FC5EEE; }
a { background-color: rgb(252,94,238); }
div.DivClassName
{
background-color: #FC5EEE;
}
.BgClassName
{
background-color: #FC5EEE;
}
</style>
border-color css
<style>
span { border-color: #FC5EEE; }
span { border-color: rgb(252,94,238); }
td.TdClassName
{
border-color: #FC5EEE;
}
.TagClassName
{
border-color: #FC5EEE;
}
</style>