Shades of Pink Flamingo #FD68FF
Tints of Pink Flamingo #FD68FF
RGB
CMYK
RGB Variations
Color information
#FD68FF (or 0xFD68FF) is known color: Pink Flamingo. HEX triplet: FD, 68 and FF. RGB value is (253,104,255). Sum of RGB (Red+Green+Blue) = 253+104+255=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 104 (41.02% from 255 or 16.99% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68FF is #029700. Grayscale: #A5A5A5. Windows color (decimal): -169729 or 16738557. OLE color: 16738557.
HSL color Cylindrical-coordinate representation of color #FD68FF: hue angle of 299.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD68FF is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 104 | 255 | - |
| CMYK | 0.01 | 0.59 | 0 | 0 |
| HSL | 299.21º | 1% | 0.7% | - |
| HSV(B) | 299.21º | 0.59% | 1% | - |
| XYZ | 63.51 | 38 | 98.6 | - |
| YUV | 165.77 | 178.36 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 255 | 0.01 | 0.59 | 0 | 0 | 299.21 | 1 | 0.7 |
| Hex | FD | 68 | FF | 1 | 3B | 0 | 0 | 12B | 64 | 46 |
| Octal | 375 | 150 | 377 | 1 | 73 | 0 | 0 | 453 | 144 | 106 |
| Binary | 11111101 | 1101000 | 11111111 | 1 | 111011 | 0 | 0 | 100101011 | 1100100 | 1000110 |
Color Harmonies of #FD68FF
Complementary color
Monochromatic Colors of #FD68FF
Black with #FD68FF
Text Example
Text Example
White with #FD68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68FF; }
p { color: rgb(253,104,255); }
H1.HeaderClassName
{
color: #FD68FF;
}
.AnyTagClassName
{
color: #FD68FF;
}
</style>
background-color css
<style>
a { background-color: #FD68FF; }
a { background-color: rgb(253,104,255); }
div.DivClassName
{
background-color: #FD68FF;
}
.BgClassName
{
background-color: #FD68FF;
}
</style>
border-color css
<style>
span { border-color: #FD68FF; }
span { border-color: rgb(253,104,255); }
td.TdClassName
{
border-color: #FD68FF;
}
.TagClassName
{
border-color: #FD68FF;
}
</style>