Html Css Color HEX #FC56EF Pink Flamingo

📋 copy color: '#FC56EF'

red 252 ◦ green 86 ◦ blue 239

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

Shades of Pink Flamingo #FC56EF

Tints of Pink Flamingo #FC56EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 43.67%
G = 14.9%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC56EF (or 0xFC56EF) is known color: Pink Flamingo. HEX triplet: FC, 56 and EF. RGB value is (252,86,239). Sum of RGB (Red+Green+Blue) = 252+86+239=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 86 (33.98% from 255 or 14.90% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC56EF is #03A910. Grayscale: #989898. Windows color (decimal): -239889 or 15685372. OLE color: 15685372.

HSL color Cylindrical-coordinate representation of color #FC56EF: hue angle of 304.7º 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 #FC56EF is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 86 239 -
CMYK 0 0.66 0.05 0.01
HSL 304.7º 0.97% 0.66% -
HSV(B) 304.7º 0.66% 0.99% -
XYZ 59.05 33.58 85.03 -
YUV 153.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 252 86 239 0 0.66 0.05 0.01 304.7 0.97 0.66
Hex FC 56 EF 0 42 5 1 131 61 42
Octal 374 126 357 0 102 5 1 461 141 102
Binary 11111100 1010110 11101111 0 1000010 101 1 100110001 1100001 1000010

Color Harmonies of #FC56EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC56EF

Black with #FC56EF

Text Example


Text Example

White with #FC56EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC56EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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