Html Css Color HEX #FE68EC Pink Flamingo

📋 copy color: '#FE68EC'

red 254 ◦ green 104 ◦ blue 236

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

Shades of Pink Flamingo #FE68EC

Tints of Pink Flamingo #FE68EC

RGB

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

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

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

R = 42.76%
G = 17.51%
B = 39.73%

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

#FE68EC (or 0xFE68EC) is known color: Pink Flamingo. HEX triplet: FE, 68 and EC. RGB value is (254,104,236). Sum of RGB (Red+Green+Blue) = 254+104+236=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68EC is #019713. Grayscale: #A3A3A3. Windows color (decimal): -104212 or 15493374. OLE color: 15493374.

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

Color convert

RGB 254 104 236 -
CMYK 0 0.59 0.07 0.00
HSL 307.2º 0.99% 0.7% -
HSV(B) 307.2º 0.59% 1% -
XYZ 60.96 37.03 83.29 -
YUV 163.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 254 104 236 0 0.59 0.07 0.00 307.2 0.99 0.7
Hex FE 68 EC 0 3B 7 0 133 63 46
Octal 376 150 354 0 73 7 0 463 143 106
Binary 11111110 1101000 11101100 0 111011 111 0 100110011 1100011 1000110

Color Harmonies of #FE68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68EC

Black with #FE68EC

Text Example


Text Example

White with #FE68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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