Html Css Color HEX #FC66ED Pink Flamingo

📋 copy color: '#FC66ED'

red 252 ◦ green 102 ◦ blue 237

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

Shades of Pink Flamingo #FC66ED

Tints of Pink Flamingo #FC66ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 42.64%
G = 17.26%
B = 40.1%

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

#FC66ED (or 0xFC66ED) is known color: Pink Flamingo. HEX triplet: FC, 66 and ED. RGB value is (252,102,237). Sum of RGB (Red+Green+Blue) = 252+102+237=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 102 (40.23% from 255 or 17.26% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66ED is #039912. Grayscale: #A1A1A1. Windows color (decimal): -235795 or 15558396. OLE color: 15558396.

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

Color convert

RGB 252 102 237 -
CMYK 0 0.60 0.06 0.01
HSL 306º 0.96% 0.69% -
HSV(B) 306º 0.6% 0.99% -
XYZ 60.18 36.31 83.96 -
YUV 162.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 252 102 237 0 0.60 0.06 0.01 306 0.96 0.69
Hex FC 66 ED 0 3C 6 1 132 60 45
Octal 374 146 355 0 74 6 1 462 140 105
Binary 11111100 1100110 11101101 0 111100 110 1 100110010 1100000 1000101

Color Harmonies of #FC66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66ED

Black with #FC66ED

Text Example


Text Example

White with #FC66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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