Shades of Pink Flamingo #FE4FFB
Tints of Pink Flamingo #FE4FFB
RGB
CMYK
RGB Variations
Color information
#FE4FFB (or 0xFE4FFB) is known color: Pink Flamingo. HEX triplet: FE, 4F and FB. RGB value is (254,79,251). Sum of RGB (Red+Green+Blue) = 254+79+251=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 79 (31.25% from 255 or 13.53% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4FFB is #01B004. Grayscale: #969696. Windows color (decimal): -110597 or 16470014. OLE color: 16470014.
HSL color Cylindrical-coordinate representation of color #FE4FFB: hue angle of 301.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4FFB is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 251 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.00 |
| HSL | 301.03º | 0.99% | 0.65% | - |
| HSV(B) | 301.03º | 0.69% | 1% | - |
| XYZ | 61.08 | 33.63 | 94.54 | - |
| YUV | 150.93 | 184.48 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 251 | 0 | 0.69 | 0.01 | 0.00 | 301.03 | 0.99 | 0.65 |
| Hex | FE | 4F | FB | 0 | 45 | 1 | 0 | 12D | 63 | 41 |
| Octal | 376 | 117 | 373 | 0 | 105 | 1 | 0 | 455 | 143 | 101 |
| Binary | 11111110 | 1001111 | 11111011 | 0 | 1000101 | 1 | 0 | 100101101 | 1100011 | 1000001 |
Color Harmonies of #FE4FFB
Complementary color
Monochromatic Colors of #FE4FFB
Black with #FE4FFB
Text Example
Text Example
White with #FE4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FFB; }
p { color: rgb(254,79,251); }
H1.HeaderClassName
{
color: #FE4FFB;
}
.AnyTagClassName
{
color: #FE4FFB;
}
</style>
background-color css
<style>
a { background-color: #FE4FFB; }
a { background-color: rgb(254,79,251); }
div.DivClassName
{
background-color: #FE4FFB;
}
.BgClassName
{
background-color: #FE4FFB;
}
</style>
border-color css
<style>
span { border-color: #FE4FFB; }
span { border-color: rgb(254,79,251); }
td.TdClassName
{
border-color: #FE4FFB;
}
.TagClassName
{
border-color: #FE4FFB;
}
</style>