Html Css Color HEX #FE69EC Pink Flamingo

📋 copy color: '#FE69EC'

red 254 ◦ green 105 ◦ blue 236

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

Shades of Pink Flamingo #FE69EC

Tints of Pink Flamingo #FE69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.65%

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

R = 42.69%
G = 17.65%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE69EC (or 0xFE69EC) is known color: Pink Flamingo. HEX triplet: FE, 69 and EC. RGB value is (254,105,236). Sum of RGB (Red+Green+Blue) = 254+105+236=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 105 (41.41% from 255 or 17.65% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69EC is #019613. Grayscale: #A4A4A4. Windows color (decimal): -103956 or 15493630. OLE color: 15493630.

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

Color convert

RGB 254 105 236 -
CMYK 0 0.59 0.07 0.00
HSL 307.25º 0.99% 0.7% -
HSV(B) 307.25º 0.59% 1% -
XYZ 61.06 37.23 83.32 -
YUV 164.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 254 105 236 0 0.59 0.07 0.00 307.25 0.99 0.7
Hex FE 69 EC 0 3B 7 0 133 63 46
Octal 376 151 354 0 73 7 0 463 143 106
Binary 11111110 1101001 11101100 0 111011 111 0 100110011 1100011 1000110

Color Harmonies of #FE69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69EC

Black with #FE69EC

Text Example


Text Example

White with #FE69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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