Html Css Color HEX #FC56E8 Pink Flamingo

📋 copy color: '#FC56E8'

red 252 ◦ green 86 ◦ blue 232

#FC56E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FC56E8

Tints of Pink Flamingo #FC56E8

RGB

 RED value IS 252 (98.83% from 255) = 44.21%

 GREEN value IS 86 (33.98% from 255) = 15.09%

 BLUE value IS 232 (91.02% from 255) = 40.7%

R = 44.21%
G = 15.09%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC56E8 (or 0xFC56E8) is known color: Pink Flamingo. HEX triplet: FC, 56 and E8. RGB value is (252,86,232). Sum of RGB (Red+Green+Blue) = 252+86+232=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 86 (33.98% from 255 or 15.09% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC56E8 is #03A917. Grayscale: #979797. Windows color (decimal): -239896 or 15226620. OLE color: 15226620.

HSL color Cylindrical-coordinate representation of color #FC56E8: hue angle of 307.23º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC56E8 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 86 232 -
CMYK 0 0.66 0.08 0.01
HSL 307.23º 0.97% 0.66% -
HSV(B) 307.23º 0.66% 0.99% -
XYZ 58.04 33.18 79.69 -
YUV 152.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 252 86 232 0 0.66 0.08 0.01 307.23 0.97 0.66
Hex FC 56 E8 0 42 8 1 133 61 42
Octal 374 126 350 0 102 10 1 463 141 102
Binary 11111100 1010110 11101000 0 1000010 1000 1 100110011 1100001 1000010

Color Harmonies of #FC56E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC56E8

Black with #FC56E8

Text Example


Text Example

White with #FC56E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC56E8; }

 p { color: rgb(252,86,232); }

 H1.HeaderClassName
 {
   color: #FC56E8;
 }
 .AnyTagClassName
 {
   color: #FC56E8;
 }
</style>

background-color css

<style>
 a { background-color: #FC56E8; }

 a { background-color: rgb(252,86,232); }

 div.DivClassName
 {
   background-color: #FC56E8;
 }
 .BgClassName
 {
   background-color: #FC56E8;
 }
</style>

border-color css

<style>
 span { border-color: #FC56E8; }

 span { border-color: rgb(252,86,232); }

 td.TdClassName
 {
   border-color: #FC56E8;
 }
 .TagClassName
 {
   border-color: #FC56E8;
 }
</style>