Html Css Color HEX #FE68FC Pink Flamingo

📋 copy color: '#FE68FC'

red 254 ◦ green 104 ◦ blue 252

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

Shades of Pink Flamingo #FE68FC

Tints of Pink Flamingo #FE68FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 41.64%
G = 17.05%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE68FC (or 0xFE68FC) is known color: Pink Flamingo. HEX triplet: FE, 68 and FC. RGB value is (254,104,252). Sum of RGB (Red+Green+Blue) = 254+104+252=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 104 (41.02% from 255 or 17.05% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68FC is #019703. Grayscale: #A5A5A5. Windows color (decimal): -104196 or 16541950. OLE color: 16541950.

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

Color convert

RGB 254 104 252 -
CMYK 0 0.59 0.01 0.00
HSL 300.8º 0.99% 0.7% -
HSV(B) 300.8º 0.59% 1% -
XYZ 63.39 38 96.09 -
YUV 165.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 254 104 252 0 0.59 0.01 0.00 300.8 0.99 0.7
Hex FE 68 FC 0 3B 1 0 12D 63 46
Octal 376 150 374 0 73 1 0 455 143 106
Binary 11111110 1101000 11111100 0 111011 1 0 100101101 1100011 1000110

Color Harmonies of #FE68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68FC

Black with #FE68FC

Text Example


Text Example

White with #FE68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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