Shades of Pink Flamingo #FB67ED
Tints of Pink Flamingo #FB67ED
RGB
CMYK
RGB Variations
Color information
#FB67ED (or 0xFB67ED) is known color: Pink Flamingo. HEX triplet: FB, 67 and ED. RGB value is (251,103,237). Sum of RGB (Red+Green+Blue) = 251+103+237=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 103 (40.62% from 255 or 17.43% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB67ED is #049812. Grayscale: #A2A2A2. Windows color (decimal): -301075 or 15558651. OLE color: 15558651.
HSL color Cylindrical-coordinate representation of color #FB67ED: hue angle of 305.68º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB67ED is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 237 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.02 |
| HSL | 305.68º | 0.95% | 0.69% | - |
| HSV(B) | 305.68º | 0.59% | 0.98% | - |
| XYZ | 59.92 | 36.32 | 83.97 | - |
| YUV | 162.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 237 | 0 | 0.59 | 0.06 | 0.02 | 305.68 | 0.95 | 0.69 |
| Hex | FB | 67 | ED | 0 | 3B | 6 | 2 | 132 | 5F | 45 |
| Octal | 373 | 147 | 355 | 0 | 73 | 6 | 2 | 462 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11101101 | 0 | 111011 | 110 | 10 | 100110010 | 1011111 | 1000101 |
Color Harmonies of #FB67ED
Complementary color
Monochromatic Colors of #FB67ED
Black with #FB67ED
Text Example
Text Example
White with #FB67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67ED; }
p { color: rgb(251,103,237); }
H1.HeaderClassName
{
color: #FB67ED;
}
.AnyTagClassName
{
color: #FB67ED;
}
</style>
background-color css
<style>
a { background-color: #FB67ED; }
a { background-color: rgb(251,103,237); }
div.DivClassName
{
background-color: #FB67ED;
}
.BgClassName
{
background-color: #FB67ED;
}
</style>
border-color css
<style>
span { border-color: #FB67ED; }
span { border-color: rgb(251,103,237); }
td.TdClassName
{
border-color: #FB67ED;
}
.TagClassName
{
border-color: #FB67ED;
}
</style>