Shades of Pink Flamingo #FC5CED
Tints of Pink Flamingo #FC5CED
RGB
CMYK
RGB Variations
Color information
#FC5CED (or 0xFC5CED) is known color: Pink Flamingo. HEX triplet: FC, 5C and ED. RGB value is (252,92,237). Sum of RGB (Red+Green+Blue) = 252+92+237=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CED is #03A312. Grayscale: #9B9B9B. Windows color (decimal): -238355 or 15555836. OLE color: 15555836.
HSL color Cylindrical-coordinate representation of color #FC5CED: hue angle of 305.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5CED is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 237 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.01 |
| HSL | 305.63º | 0.96% | 0.67% | - |
| HSV(B) | 305.63º | 0.63% | 0.99% | - |
| XYZ | 59.26 | 34.46 | 83.65 | - |
| YUV | 156.37 | 173.51 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 237 | 0 | 0.63 | 0.06 | 0.01 | 305.63 | 0.96 | 0.67 |
| Hex | FC | 5C | ED | 0 | 3F | 6 | 1 | 132 | 60 | 43 |
| Octal | 374 | 134 | 355 | 0 | 77 | 6 | 1 | 462 | 140 | 103 |
| Binary | 11111100 | 1011100 | 11101101 | 0 | 111111 | 110 | 1 | 100110010 | 1100000 | 1000011 |
Color Harmonies of #FC5CED
Complementary color
Monochromatic Colors of #FC5CED
Black with #FC5CED
Text Example
Text Example
White with #FC5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CED; }
p { color: rgb(252,92,237); }
H1.HeaderClassName
{
color: #FC5CED;
}
.AnyTagClassName
{
color: #FC5CED;
}
</style>
background-color css
<style>
a { background-color: #FC5CED; }
a { background-color: rgb(252,92,237); }
div.DivClassName
{
background-color: #FC5CED;
}
.BgClassName
{
background-color: #FC5CED;
}
</style>
border-color css
<style>
span { border-color: #FC5CED; }
span { border-color: rgb(252,92,237); }
td.TdClassName
{
border-color: #FC5CED;
}
.TagClassName
{
border-color: #FC5CED;
}
</style>