Shades of Pink Flamingo #FD68ED
Tints of Pink Flamingo #FD68ED
RGB
CMYK
RGB Variations
Color information
#FD68ED (or 0xFD68ED) is known color: Pink Flamingo. HEX triplet: FD, 68 and ED. RGB value is (253,104,237). Sum of RGB (Red+Green+Blue) = 253+104+237=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68ED is #029712. Grayscale: #A3A3A3. Windows color (decimal): -169747 or 15558909. OLE color: 15558909.
HSL color Cylindrical-coordinate representation of color #FD68ED: hue angle of 306.44º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD68ED is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 237 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.01 |
| HSL | 306.44º | 0.97% | 0.7% | - |
| HSV(B) | 306.44º | 0.59% | 0.99% | - |
| XYZ | 60.74 | 36.9 | 84.04 | - |
| YUV | 163.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 237 | 0 | 0.59 | 0.06 | 0.01 | 306.44 | 0.97 | 0.7 |
| Hex | FD | 68 | ED | 0 | 3B | 6 | 1 | 132 | 61 | 46 |
| Octal | 375 | 150 | 355 | 0 | 73 | 6 | 1 | 462 | 141 | 106 |
| Binary | 11111101 | 1101000 | 11101101 | 0 | 111011 | 110 | 1 | 100110010 | 1100001 | 1000110 |
Color Harmonies of #FD68ED
Complementary color
Monochromatic Colors of #FD68ED
Black with #FD68ED
Text Example
Text Example
White with #FD68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68ED; }
p { color: rgb(253,104,237); }
H1.HeaderClassName
{
color: #FD68ED;
}
.AnyTagClassName
{
color: #FD68ED;
}
</style>
background-color css
<style>
a { background-color: #FD68ED; }
a { background-color: rgb(253,104,237); }
div.DivClassName
{
background-color: #FD68ED;
}
.BgClassName
{
background-color: #FD68ED;
}
</style>
border-color css
<style>
span { border-color: #FD68ED; }
span { border-color: rgb(253,104,237); }
td.TdClassName
{
border-color: #FD68ED;
}
.TagClassName
{
border-color: #FD68ED;
}
</style>