Html Css Color HEX #FE69FB Pink Flamingo

📋 copy color: '#FE69FB'

red 254 ◦ green 105 ◦ blue 251

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

Shades of Pink Flamingo #FE69FB

Tints of Pink Flamingo #FE69FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 41.64%
G = 17.21%
B = 41.15%

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

#FE69FB (or 0xFE69FB) is known color: Pink Flamingo. HEX triplet: FE, 69 and FB. RGB value is (254,105,251). Sum of RGB (Red+Green+Blue) = 254+105+251=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 105 (41.41% from 255 or 17.21% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69FB is #019604. Grayscale: #A5A5A5. Windows color (decimal): -103941 or 16476670. OLE color: 16476670.

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

Color convert

RGB 254 105 251 -
CMYK 0 0.59 0.01 0.00
HSL 301.21º 0.99% 0.7% -
HSV(B) 301.21º 0.59% 1% -
XYZ 63.34 38.14 95.29 -
YUV 166.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 254 105 251 0 0.59 0.01 0.00 301.21 0.99 0.7
Hex FE 69 FB 0 3B 1 0 12D 63 46
Octal 376 151 373 0 73 1 0 455 143 106
Binary 11111110 1101001 11111011 0 111011 1 0 100101101 1100011 1000110

Color Harmonies of #FE69FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69FB

Black with #FE69FB

Text Example


Text Example

White with #FE69FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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