Html Css Color HEX #FE68EF Pink Flamingo

📋 copy color: '#FE68EF'

red 254 ◦ green 104 ◦ blue 239

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

Shades of Pink Flamingo #FE68EF

Tints of Pink Flamingo #FE68EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.42%

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 42.55%
G = 17.42%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE68EF (or 0xFE68EF) is known color: Pink Flamingo. HEX triplet: FE, 68 and EF. RGB value is (254,104,239). Sum of RGB (Red+Green+Blue) = 254+104+239=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 104 (41.02% from 255 or 17.42% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68EF is #019710. Grayscale: #A3A3A3. Windows color (decimal): -104209 or 15689982. OLE color: 15689982.

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

Color convert

RGB 254 104 239 -
CMYK 0 0.59 0.06 0.00
HSL 306º 0.99% 0.7% -
HSV(B) 306º 0.59% 1% -
XYZ 61.4 37.2 85.61 -
YUV 164.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 254 104 239 0 0.59 0.06 0.00 306 0.99 0.7
Hex FE 68 EF 0 3B 6 0 132 63 46
Octal 376 150 357 0 73 6 0 462 143 106
Binary 11111110 1101000 11101111 0 111011 110 0 100110010 1100011 1000110

Color Harmonies of #FE68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68EF

Black with #FE68EF

Text Example


Text Example

White with #FE68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68EF; }

 p { color: rgb(254,104,239); }

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

background-color css

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

 a { background-color: rgb(254,104,239); }

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

border-color css

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

 span { border-color: rgb(254,104,239); }

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