Html Css Color HEX #FE69FC Pink Flamingo

📋 copy color: '#FE69FC'

red 254 ◦ green 105 ◦ blue 252

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

Shades of Pink Flamingo #FE69FC

Tints of Pink Flamingo #FE69FC

RGB

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

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

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

R = 41.57%
G = 17.18%
B = 41.24%

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

#FE69FC (or 0xFE69FC) is known color: Pink Flamingo. HEX triplet: FE, 69 and FC. RGB value is (254,105,252). Sum of RGB (Red+Green+Blue) = 254+105+252=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 105 (41.41% from 255 or 17.18% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69FC is #019603. Grayscale: #A5A5A5. Windows color (decimal): -103940 or 16542206. OLE color: 16542206.

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

Color convert

RGB 254 105 252 -
CMYK 0 0.59 0.01 0.00
HSL 300.81º 0.99% 0.7% -
HSV(B) 300.81º 0.59% 1% -
XYZ 63.5 38.2 96.12 -
YUV 166.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 254 105 252 0 0.59 0.01 0.00 300.81 0.99 0.7
Hex FE 69 FC 0 3B 1 0 12D 63 46
Octal 376 151 374 0 73 1 0 455 143 106
Binary 11111110 1101001 11111100 0 111011 1 0 100101101 1100011 1000110

Color Harmonies of #FE69FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69FC

Black with #FE69FC

Text Example


Text Example

White with #FE69FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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