Html Css Color HEX #FE69FD Pink Flamingo

📋 copy color: '#FE69FD'

red 254 ◦ green 105 ◦ blue 253

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

Shades of Pink Flamingo #FE69FD

Tints of Pink Flamingo #FE69FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 41.5%
G = 17.16%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE69FD (or 0xFE69FD) is known color: Pink Flamingo. HEX triplet: FE, 69 and FD. RGB value is (254,105,253). Sum of RGB (Red+Green+Blue) = 254+105+253=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 105 (41.41% from 255 or 17.16% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69FD is #019602. Grayscale: #A5A5A5. Windows color (decimal): -103939 or 16607742. OLE color: 16607742.

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

Color convert

RGB 254 105 253 -
CMYK 0 0.59 0.00 0.00
HSL 300.4º 0.99% 0.7% -
HSV(B) 300.4º 0.59% 1% -
XYZ 63.65 38.27 96.96 -
YUV 166.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 254 105 253 0 0.59 0.00 0.00 300.4 0.99 0.7
Hex FE 69 FD 0 3B 0 0 12C 63 46
Octal 376 151 375 0 73 0 0 454 143 106
Binary 11111110 1101001 11111101 0 111011 0 0 100101100 1100011 1000110

Color Harmonies of #FE69FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69FD

Black with #FE69FD

Text Example


Text Example

White with #FE69FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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