Html Css Color HEX #FC66EC Pink Flamingo

📋 copy color: '#FC66EC'

red 252 ◦ green 102 ◦ blue 236

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

Shades of Pink Flamingo #FC66EC

Tints of Pink Flamingo #FC66EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.29%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 42.71%
G = 17.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC66EC (or 0xFC66EC) is known color: Pink Flamingo. HEX triplet: FC, 66 and EC. RGB value is (252,102,236). Sum of RGB (Red+Green+Blue) = 252+102+236=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66EC is #039913. Grayscale: #A1A1A1. Windows color (decimal): -235796 or 15492860. OLE color: 15492860.

HSL color Cylindrical-coordinate representation of color #FC66EC: hue angle of 306.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC66EC is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 236 -
CMYK 0 0.60 0.06 0.01
HSL 306.4º 0.96% 0.69% -
HSV(B) 306.4º 0.6% 0.99% -
XYZ 60.04 36.25 83.19 -
YUV 162.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 252 102 236 0 0.60 0.06 0.01 306.4 0.96 0.69
Hex FC 66 EC 0 3C 6 1 132 60 45
Octal 374 146 354 0 74 6 1 462 140 105
Binary 11111100 1100110 11101100 0 111100 110 1 100110010 1100000 1000101

Color Harmonies of #FC66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66EC

Black with #FC66EC

Text Example


Text Example

White with #FC66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66EC; }

 p { color: rgb(252,102,236); }

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

background-color css

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

 a { background-color: rgb(252,102,236); }

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

border-color css

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

 span { border-color: rgb(252,102,236); }

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