Shades of Pink Flamingo #FC67FB
Tints of Pink Flamingo #FC67FB
RGB
CMYK
RGB Variations
Color information
#FC67FB (or 0xFC67FB) is known color: Pink Flamingo. HEX triplet: FC, 67 and FB. RGB value is (252,103,251). Sum of RGB (Red+Green+Blue) = 252+103+251=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 103 (40.62% from 255 or 17.00% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC67FB is #039804. Grayscale: #A3A3A3. Windows color (decimal): -235525 or 16476156. OLE color: 16476156.
HSL color Cylindrical-coordinate representation of color #FC67FB: hue angle of 300.4º 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 #FC67FB is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 251 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.01 |
| HSL | 300.4º | 0.96% | 0.7% | - |
| HSV(B) | 300.4º | 0.59% | 0.99% | - |
| XYZ | 62.41 | 37.36 | 95.19 | - |
| YUV | 164.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 251 | 0 | 0.59 | 0.00 | 0.01 | 300.4 | 0.96 | 0.7 |
| Hex | FC | 67 | FB | 0 | 3B | 0 | 1 | 12C | 60 | 46 |
| Octal | 374 | 147 | 373 | 0 | 73 | 0 | 1 | 454 | 140 | 106 |
| Binary | 11111100 | 1100111 | 11111011 | 0 | 111011 | 0 | 1 | 100101100 | 1100000 | 1000110 |
Color Harmonies of #FC67FB
Complementary color
Monochromatic Colors of #FC67FB
Black with #FC67FB
Text Example
Text Example
White with #FC67FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67FB; }
p { color: rgb(252,103,251); }
H1.HeaderClassName
{
color: #FC67FB;
}
.AnyTagClassName
{
color: #FC67FB;
}
</style>
background-color css
<style>
a { background-color: #FC67FB; }
a { background-color: rgb(252,103,251); }
div.DivClassName
{
background-color: #FC67FB;
}
.BgClassName
{
background-color: #FC67FB;
}
</style>
border-color css
<style>
span { border-color: #FC67FB; }
span { border-color: rgb(252,103,251); }
td.TdClassName
{
border-color: #FC67FB;
}
.TagClassName
{
border-color: #FC67FB;
}
</style>