Shades of Pink Flamingo #FE66FC
Tints of Pink Flamingo #FE66FC
RGB
CMYK
RGB Variations
Color information
#FE66FC (or 0xFE66FC) is known color: Pink Flamingo. HEX triplet: FE, 66 and FC. RGB value is (254,102,252). Sum of RGB (Red+Green+Blue) = 254+102+252=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 102 (40.23% from 255 or 16.78% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66FC is #019903. Grayscale: #A4A4A4. Windows color (decimal): -104708 or 16541438. OLE color: 16541438.
HSL color Cylindrical-coordinate representation of color #FE66FC: hue angle of 300.79º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66FC is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 252 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.00 |
| HSL | 300.79º | 0.99% | 0.7% | - |
| HSV(B) | 300.79º | 0.6% | 1% | - |
| XYZ | 63.2 | 37.6 | 96.02 | - |
| YUV | 164.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 252 | 0 | 0.60 | 0.01 | 0.00 | 300.79 | 0.99 | 0.7 |
| Hex | FE | 66 | FC | 0 | 3C | 1 | 0 | 12D | 63 | 46 |
| Octal | 376 | 146 | 374 | 0 | 74 | 1 | 0 | 455 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11111100 | 0 | 111100 | 1 | 0 | 100101101 | 1100011 | 1000110 |
Color Harmonies of #FE66FC
Complementary color
Monochromatic Colors of #FE66FC
Black with #FE66FC
Text Example
Text Example
White with #FE66FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66FC; }
p { color: rgb(254,102,252); }
H1.HeaderClassName
{
color: #FE66FC;
}
.AnyTagClassName
{
color: #FE66FC;
}
</style>
background-color css
<style>
a { background-color: #FE66FC; }
a { background-color: rgb(254,102,252); }
div.DivClassName
{
background-color: #FE66FC;
}
.BgClassName
{
background-color: #FE66FC;
}
</style>
border-color css
<style>
span { border-color: #FE66FC; }
span { border-color: rgb(254,102,252); }
td.TdClassName
{
border-color: #FE66FC;
}
.TagClassName
{
border-color: #FE66FC;
}
</style>