Html Css Color HEX #FE65EC Pink Flamingo

📋 copy color: '#FE65EC'

red 254 ◦ green 101 ◦ blue 236

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

Shades of Pink Flamingo #FE65EC

Tints of Pink Flamingo #FE65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.09%

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

R = 42.98%
G = 17.09%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE65EC (or 0xFE65EC) is known color: Pink Flamingo. HEX triplet: FE, 65 and EC. RGB value is (254,101,236). Sum of RGB (Red+Green+Blue) = 254+101+236=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65EC is #019A13. Grayscale: #A1A1A1. Windows color (decimal): -104980 or 15492606. OLE color: 15492606.

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

Color convert

RGB 254 101 236 -
CMYK 0 0.60 0.07 0.00
HSL 307.06º 0.99% 0.7% -
HSV(B) 307.06º 0.6% 1% -
XYZ 60.67 36.43 83.19 -
YUV 162.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 254 101 236 0 0.60 0.07 0.00 307.06 0.99 0.7
Hex FE 65 EC 0 3C 7 0 133 63 46
Octal 376 145 354 0 74 7 0 463 143 106
Binary 11111110 1100101 11101100 0 111100 111 0 100110011 1100011 1000110

Color Harmonies of #FE65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65EC

Black with #FE65EC

Text Example


Text Example

White with #FE65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65EC; }

 p { color: rgb(254,101,236); }

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

background-color css

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

 a { background-color: rgb(254,101,236); }

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

border-color css

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

 span { border-color: rgb(254,101,236); }

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