Shades of Pink Flamingo #FC68FE
Tints of Pink Flamingo #FC68FE
RGB
CMYK
RGB Variations
Color information
#FC68FE (or 0xFC68FE) is known color: Pink Flamingo. HEX triplet: FC, 68 and FE. RGB value is (252,104,254). Sum of RGB (Red+Green+Blue) = 252+104+254=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 104 (41.02% from 255 or 17.05% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC68FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC68FE is #039701. Grayscale: #A4A4A4. Windows color (decimal): -235266 or 16673020. OLE color: 16673020.
HSL color Cylindrical-coordinate representation of color #FC68FE: hue angle of 299.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC68FE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 104 | 254 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.00 |
| HSL | 299.2º | 0.99% | 0.7% | - |
| HSV(B) | 299.2º | 0.59% | 1% | - |
| XYZ | 62.98 | 37.75 | 97.73 | - |
| YUV | 165.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 254 | 0.01 | 0.59 | 0 | 0.00 | 299.2 | 0.99 | 0.7 |
| Hex | FC | 68 | FE | 1 | 3B | 0 | 0 | 12B | 63 | 46 |
| Octal | 374 | 150 | 376 | 1 | 73 | 0 | 0 | 453 | 143 | 106 |
| Binary | 11111100 | 1101000 | 11111110 | 1 | 111011 | 0 | 0 | 100101011 | 1100011 | 1000110 |
Color Harmonies of #FC68FE
Complementary color
Monochromatic Colors of #FC68FE
Black with #FC68FE
Text Example
Text Example
White with #FC68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68FE; }
p { color: rgb(252,104,254); }
H1.HeaderClassName
{
color: #FC68FE;
}
.AnyTagClassName
{
color: #FC68FE;
}
</style>
background-color css
<style>
a { background-color: #FC68FE; }
a { background-color: rgb(252,104,254); }
div.DivClassName
{
background-color: #FC68FE;
}
.BgClassName
{
background-color: #FC68FE;
}
</style>
border-color css
<style>
span { border-color: #FC68FE; }
span { border-color: rgb(252,104,254); }
td.TdClassName
{
border-color: #FC68FE;
}
.TagClassName
{
border-color: #FC68FE;
}
</style>