Shades of Pink Flamingo #FD5CED
Tints of Pink Flamingo #FD5CED
RGB
CMYK
RGB Variations
Color information
#FD5CED (or 0xFD5CED) is known color: Pink Flamingo. HEX triplet: FD, 5C and ED. RGB value is (253,92,237). Sum of RGB (Red+Green+Blue) = 253+92+237=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CED is #02A312. Grayscale: #9C9C9C. Windows color (decimal): -172819 or 15555837. OLE color: 15555837.
HSL color Cylindrical-coordinate representation of color #FD5CED: hue angle of 305.96º 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 #FD5CED is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 237 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.01 |
| HSL | 305.96º | 0.98% | 0.68% | - |
| HSV(B) | 305.96º | 0.64% | 0.99% | - |
| XYZ | 59.62 | 34.65 | 83.67 | - |
| YUV | 156.67 | 173.34 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 237 | 0 | 0.64 | 0.06 | 0.01 | 305.96 | 0.98 | 0.68 |
| Hex | FD | 5C | ED | 0 | 40 | 6 | 1 | 132 | 62 | 44 |
| Octal | 375 | 134 | 355 | 0 | 100 | 6 | 1 | 462 | 142 | 104 |
| Binary | 11111101 | 1011100 | 11101101 | 0 | 1000000 | 110 | 1 | 100110010 | 1100010 | 1000100 |
Color Harmonies of #FD5CED
Complementary color
Monochromatic Colors of #FD5CED
Black with #FD5CED
Text Example
Text Example
White with #FD5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5CED; }
p { color: rgb(253,92,237); }
H1.HeaderClassName
{
color: #FD5CED;
}
.AnyTagClassName
{
color: #FD5CED;
}
</style>
background-color css
<style>
a { background-color: #FD5CED; }
a { background-color: rgb(253,92,237); }
div.DivClassName
{
background-color: #FD5CED;
}
.BgClassName
{
background-color: #FD5CED;
}
</style>
border-color css
<style>
span { border-color: #FD5CED; }
span { border-color: rgb(253,92,237); }
td.TdClassName
{
border-color: #FD5CED;
}
.TagClassName
{
border-color: #FD5CED;
}
</style>