Shades of Pink Flamingo #FD4CED
Tints of Pink Flamingo #FD4CED
RGB
CMYK
RGB Variations
Color information
#FD4CED (or 0xFD4CED) is known color: Pink Flamingo. HEX triplet: FD, 4C and ED. RGB value is (253,76,237). Sum of RGB (Red+Green+Blue) = 253+76+237=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4CED is #02B312. Grayscale: #929292. Windows color (decimal): -176915 or 15551741. OLE color: 15551741.
HSL color Cylindrical-coordinate representation of color #FD4CED: hue angle of 305.42º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4CED is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 237 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.01 |
| HSL | 305.42º | 0.98% | 0.65% | - |
| HSV(B) | 305.42º | 0.7% | 0.99% | - |
| XYZ | 58.38 | 32.17 | 83.25 | - |
| YUV | 147.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 237 | 0 | 0.70 | 0.06 | 0.01 | 305.42 | 0.98 | 0.65 |
| Hex | FD | 4C | ED | 0 | 46 | 6 | 1 | 131 | 62 | 41 |
| Octal | 375 | 114 | 355 | 0 | 106 | 6 | 1 | 461 | 142 | 101 |
| Binary | 11111101 | 1001100 | 11101101 | 0 | 1000110 | 110 | 1 | 100110001 | 1100010 | 1000001 |
Color Harmonies of #FD4CED
Complementary color
Monochromatic Colors of #FD4CED
Black with #FD4CED
Text Example
Text Example
White with #FD4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4CED; }
p { color: rgb(253,76,237); }
H1.HeaderClassName
{
color: #FD4CED;
}
.AnyTagClassName
{
color: #FD4CED;
}
</style>
background-color css
<style>
a { background-color: #FD4CED; }
a { background-color: rgb(253,76,237); }
div.DivClassName
{
background-color: #FD4CED;
}
.BgClassName
{
background-color: #FD4CED;
}
</style>
border-color css
<style>
span { border-color: #FD4CED; }
span { border-color: rgb(253,76,237); }
td.TdClassName
{
border-color: #FD4CED;
}
.TagClassName
{
border-color: #FD4CED;
}
</style>