Shades of Pink Flamingo #FD3CFB
Tints of Pink Flamingo #FD3CFB
RGB
CMYK
RGB Variations
Color information
#FD3CFB (or 0xFD3CFB) is known color: Pink Flamingo. HEX triplet: FD, 3C and FB. RGB value is (253,60,251). Sum of RGB (Red+Green+Blue) = 253+60+251=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 60 (23.83% from 255 or 10.64% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3CFB is #02C304. Grayscale: #8A8A8A. Windows color (decimal): -180997 or 16465149. OLE color: 16465149.
HSL color Cylindrical-coordinate representation of color #FD3CFB: hue angle of 300.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3CFB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 251 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.01 |
| HSL | 300.62º | 0.98% | 0.61% | - |
| HSV(B) | 300.62º | 0.76% | 0.99% | - |
| XYZ | 59.54 | 31.08 | 94.13 | - |
| YUV | 139.48 | 190.94 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 251 | 0 | 0.76 | 0.01 | 0.01 | 300.62 | 0.98 | 0.61 |
| Hex | FD | 3C | FB | 0 | 4C | 1 | 1 | 12D | 62 | 3D |
| Octal | 375 | 74 | 373 | 0 | 114 | 1 | 1 | 455 | 142 | 75 |
| Binary | 11111101 | 111100 | 11111011 | 0 | 1001100 | 1 | 1 | 100101101 | 1100010 | 111101 |
Color Harmonies of #FD3CFB
Complementary color
Monochromatic Colors of #FD3CFB
Black with #FD3CFB
Text Example
Text Example
White with #FD3CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3CFB; }
p { color: rgb(253,60,251); }
H1.HeaderClassName
{
color: #FD3CFB;
}
.AnyTagClassName
{
color: #FD3CFB;
}
</style>
background-color css
<style>
a { background-color: #FD3CFB; }
a { background-color: rgb(253,60,251); }
div.DivClassName
{
background-color: #FD3CFB;
}
.BgClassName
{
background-color: #FD3CFB;
}
</style>
border-color css
<style>
span { border-color: #FD3CFB; }
span { border-color: rgb(253,60,251); }
td.TdClassName
{
border-color: #FD3CFB;
}
.TagClassName
{
border-color: #FD3CFB;
}
</style>