Html Css Color HEX #FC66FE Pink Flamingo

📋 copy color: '#FC66FE'

red 252 ◦ green 102 ◦ blue 254

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

Shades of Pink Flamingo #FC66FE

Tints of Pink Flamingo #FC66FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 41.45%
G = 16.78%
B = 41.78%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC66FE (or 0xFC66FE) is known color: Pink Flamingo. HEX triplet: FC, 66 and FE. RGB value is (252,102,254). Sum of RGB (Red+Green+Blue) = 252+102+254=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 102 (40.23% from 255 or 16.78% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66FE is #039901. Grayscale: #A3A3A3. Windows color (decimal): -235778 or 16672508. OLE color: 16672508.

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

Color convert

RGB 252 102 254 -
CMYK 0.01 0.60 0 0.00
HSL 299.21º 0.99% 0.7% -
HSV(B) 299.21º 0.6% 1% -
XYZ 62.79 37.35 97.67 -
YUV 164.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 252 102 254 0.01 0.60 0 0.00 299.21 0.99 0.7
Hex FC 66 FE 1 3C 0 0 12B 63 46
Octal 374 146 376 1 74 0 0 453 143 106
Binary 11111100 1100110 11111110 1 111100 0 0 100101011 1100011 1000110

Color Harmonies of #FC66FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66FE

Black with #FC66FE

Text Example


Text Example

White with #FC66FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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