Html Css Color HEX #FE64FC Pink Flamingo

📋 copy color: '#FE64FC'

red 254 ◦ green 100 ◦ blue 252

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

Shades of Pink Flamingo #FE64FC

Tints of Pink Flamingo #FE64FC

RGB

 RED value IS 254 (99.61% from 255) = 41.91%

 GREEN value IS 100 (39.45% from 255) = 16.5%

 BLUE value IS 252 (98.83% from 255) = 41.58%

R = 41.91%
G = 16.5%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE64FC (or 0xFE64FC) is known color: Pink Flamingo. HEX triplet: FE, 64 and FC. RGB value is (254,100,252). Sum of RGB (Red+Green+Blue) = 254+100+252=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 100 (39.45% from 255 or 16.50% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64FC is #019B03. Grayscale: #A2A2A2. Windows color (decimal): -105220 or 16540926. OLE color: 16540926.

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

Color convert

RGB 254 100 252 -
CMYK 0 0.61 0.01 0.00
HSL 300.78º 0.99% 0.69% -
HSV(B) 300.78º 0.61% 1% -
XYZ 63 37.21 95.96 -
YUV 163.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 254 100 252 0 0.61 0.01 0.00 300.78 0.99 0.69
Hex FE 64 FC 0 3D 1 0 12D 63 45
Octal 376 144 374 0 75 1 0 455 143 105
Binary 11111110 1100100 11111100 0 111101 1 0 100101101 1100011 1000101

Color Harmonies of #FE64FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64FC

Black with #FE64FC

Text Example


Text Example

White with #FE64FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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