Shades of Pink Flamingo #FB68FC
Tints of Pink Flamingo #FB68FC
RGB
CMYK
RGB Variations
Color information
#FB68FC (or 0xFB68FC) is known color: Pink Flamingo. HEX triplet: FB, 68 and FC. RGB value is (251,104,252). Sum of RGB (Red+Green+Blue) = 251+104+252=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 104 (41.02% from 255 or 17.13% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB68FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB68FC is #049703. Grayscale: #A4A4A4. Windows color (decimal): -300804 or 16541947. OLE color: 16541947.
HSL color Cylindrical-coordinate representation of color #FB68FC: hue angle of 299.59º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68FC is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 104 | 252 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.01 |
| HSL | 299.59º | 0.96% | 0.7% | - |
| HSV(B) | 299.59º | 0.59% | 0.99% | - |
| XYZ | 62.3 | 37.44 | 96.04 | - |
| YUV | 164.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 252 | 0.00 | 0.59 | 0 | 0.01 | 299.59 | 0.96 | 0.7 |
| Hex | FB | 68 | FC | 0 | 3B | 0 | 1 | 12C | 60 | 46 |
| Octal | 373 | 150 | 374 | 0 | 73 | 0 | 1 | 454 | 140 | 106 |
| Binary | 11111011 | 1101000 | 11111100 | 0 | 111011 | 0 | 1 | 100101100 | 1100000 | 1000110 |
Color Harmonies of #FB68FC
Complementary color
Monochromatic Colors of #FB68FC
Black with #FB68FC
Text Example
Text Example
White with #FB68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68FC; }
p { color: rgb(251,104,252); }
H1.HeaderClassName
{
color: #FB68FC;
}
.AnyTagClassName
{
color: #FB68FC;
}
</style>
background-color css
<style>
a { background-color: #FB68FC; }
a { background-color: rgb(251,104,252); }
div.DivClassName
{
background-color: #FB68FC;
}
.BgClassName
{
background-color: #FB68FC;
}
</style>
border-color css
<style>
span { border-color: #FB68FC; }
span { border-color: rgb(251,104,252); }
td.TdClassName
{
border-color: #FB68FC;
}
.TagClassName
{
border-color: #FB68FC;
}
</style>