Shades of Pink Flamingo #FE3DFB
Tints of Pink Flamingo #FE3DFB
RGB
CMYK
RGB Variations
Color information
#FE3DFB (or 0xFE3DFB) is known color: Pink Flamingo. HEX triplet: FE, 3D and FB. RGB value is (254,61,251). Sum of RGB (Red+Green+Blue) = 254+61+251=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 61 (24.22% from 255 or 10.78% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DFB is #01C204. Grayscale: #8B8B8B. Windows color (decimal): -115205 or 16465406. OLE color: 16465406.
HSL color Cylindrical-coordinate representation of color #FE3DFB: hue angle of 300.93º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DFB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 251 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.00 |
| HSL | 300.93º | 0.99% | 0.62% | - |
| HSV(B) | 300.93º | 0.76% | 1% | - |
| XYZ | 59.95 | 31.37 | 94.16 | - |
| YUV | 140.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 251 | 0 | 0.76 | 0.01 | 0.00 | 300.93 | 0.99 | 0.62 |
| Hex | FE | 3D | FB | 0 | 4C | 1 | 0 | 12D | 63 | 3E |
| Octal | 376 | 75 | 373 | 0 | 114 | 1 | 0 | 455 | 143 | 76 |
| Binary | 11111110 | 111101 | 11111011 | 0 | 1001100 | 1 | 0 | 100101101 | 1100011 | 111110 |
Color Harmonies of #FE3DFB
Complementary color
Monochromatic Colors of #FE3DFB
Black with #FE3DFB
Text Example
Text Example
White with #FE3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DFB; }
p { color: rgb(254,61,251); }
H1.HeaderClassName
{
color: #FE3DFB;
}
.AnyTagClassName
{
color: #FE3DFB;
}
</style>
background-color css
<style>
a { background-color: #FE3DFB; }
a { background-color: rgb(254,61,251); }
div.DivClassName
{
background-color: #FE3DFB;
}
.BgClassName
{
background-color: #FE3DFB;
}
</style>
border-color css
<style>
span { border-color: #FE3DFB; }
span { border-color: rgb(254,61,251); }
td.TdClassName
{
border-color: #FE3DFB;
}
.TagClassName
{
border-color: #FE3DFB;
}
</style>