Html Css Color HEX #FC66EF Pink Flamingo

📋 copy color: '#FC66EF'

red 252 ◦ green 102 ◦ blue 239

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

Shades of Pink Flamingo #FC66EF

Tints of Pink Flamingo #FC66EF

RGB

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

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

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

R = 42.5%
G = 17.2%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC66EF (or 0xFC66EF) is known color: Pink Flamingo. HEX triplet: FC, 66 and EF. RGB value is (252,102,239). Sum of RGB (Red+Green+Blue) = 252+102+239=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 102 (40.23% from 255 or 17.20% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66EF is #039910. Grayscale: #A2A2A2. Windows color (decimal): -235793 or 15689468. OLE color: 15689468.

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

Color convert

RGB 252 102 239 -
CMYK 0 0.60 0.05 0.01
HSL 305.2º 0.96% 0.69% -
HSV(B) 305.2º 0.6% 0.99% -
XYZ 60.48 36.43 85.51 -
YUV 162.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 252 102 239 0 0.60 0.05 0.01 305.2 0.96 0.69
Hex FC 66 EF 0 3C 5 1 131 60 45
Octal 374 146 357 0 74 5 1 461 140 105
Binary 11111100 1100110 11101111 0 111100 101 1 100110001 1100000 1000101

Color Harmonies of #FC66EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66EF

Black with #FC66EF

Text Example


Text Example

White with #FC66EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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