Shades of Pink Flamingo #FB68ED
Tints of Pink Flamingo #FB68ED
RGB
CMYK
RGB Variations
Color information
#FB68ED (or 0xFB68ED) is known color: Pink Flamingo. HEX triplet: FB, 68 and ED. RGB value is (251,104,237). Sum of RGB (Red+Green+Blue) = 251+104+237=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 104 (41.02% from 255 or 17.57% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB68ED is #049712. Grayscale: #A2A2A2. Windows color (decimal): -300819 or 15558907. OLE color: 15558907.
HSL color Cylindrical-coordinate representation of color #FB68ED: hue angle of 305.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68ED is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 237 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.02 |
| HSL | 305.71º | 0.95% | 0.7% | - |
| HSV(B) | 305.71º | 0.59% | 0.98% | - |
| XYZ | 60.02 | 36.52 | 84.01 | - |
| YUV | 163.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 237 | 0 | 0.59 | 0.06 | 0.02 | 305.71 | 0.95 | 0.7 |
| Hex | FB | 68 | ED | 0 | 3B | 6 | 2 | 132 | 5F | 46 |
| Octal | 373 | 150 | 355 | 0 | 73 | 6 | 2 | 462 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11101101 | 0 | 111011 | 110 | 10 | 100110010 | 1011111 | 1000110 |
Color Harmonies of #FB68ED
Complementary color
Monochromatic Colors of #FB68ED
Black with #FB68ED
Text Example
Text Example
White with #FB68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68ED; }
p { color: rgb(251,104,237); }
H1.HeaderClassName
{
color: #FB68ED;
}
.AnyTagClassName
{
color: #FB68ED;
}
</style>
background-color css
<style>
a { background-color: #FB68ED; }
a { background-color: rgb(251,104,237); }
div.DivClassName
{
background-color: #FB68ED;
}
.BgClassName
{
background-color: #FB68ED;
}
</style>
border-color css
<style>
span { border-color: #FB68ED; }
span { border-color: rgb(251,104,237); }
td.TdClassName
{
border-color: #FB68ED;
}
.TagClassName
{
border-color: #FB68ED;
}
</style>