Html Css Color HEX #FE68FF Pink Flamingo

📋 copy color: '#FE68FF'

red 254 ◦ green 104 ◦ blue 255

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

Shades of Pink Flamingo #FE68FF

Tints of Pink Flamingo #FE68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.6%

R = 41.44%
G = 16.97%
B = 41.6%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE68FF (or 0xFE68FF) is known color: Pink Flamingo. HEX triplet: FE, 68 and FF. RGB value is (254,104,255). Sum of RGB (Red+Green+Blue) = 254+104+255=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 104 (41.02% from 255 or 16.97% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68FF is #019700. Grayscale: #A5A5A5. Windows color (decimal): -104193 or 16738558. OLE color: 16738558.

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

Color convert

RGB 254 104 255 -
CMYK 0.00 0.59 0 0
HSL 299.6º 1% 0.7% -
HSV(B) 299.6º 0.59% 1% -
XYZ 63.87 38.19 98.61 -
YUV 166.06 178.2 190.72 -
System Red Green Blue C M Y K H S L
Decimal 254 104 255 0.00 0.59 0 0 299.6 1 0.7
Hex FE 68 FF 0 3B 0 0 12C 64 46
Octal 376 150 377 0 73 0 0 454 144 106
Binary 11111110 1101000 11111111 0 111011 0 0 100101100 1100100 1000110

Color Harmonies of #FE68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68FF

Black with #FE68FF

Text Example


Text Example

White with #FE68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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