Html Css Color HEX #FE5DFF Pink Flamingo

📋 copy color: '#FE5DFF'

red 254 ◦ green 93 ◦ blue 255

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

Shades of Pink Flamingo #FE5DFF

Tints of Pink Flamingo #FE5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.45%

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

R = 42.19%
G = 15.45%
B = 42.36%

CMYK

 C value IS 0.00

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE5DFF (or 0xFE5DFF) is known color: Pink Flamingo. HEX triplet: FE, 5D and FF. RGB value is (254,93,255). Sum of RGB (Red+Green+Blue) = 254+93+255=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 93 (36.72% from 255 or 15.45% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DFF is #01A200. Grayscale: #9F9F9F. Windows color (decimal): -107009 or 16735742. OLE color: 16735742.

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

Color convert

RGB 254 93 255 -
CMYK 0.00 0.64 0 0
HSL 299.63º 1% 0.68% -
HSV(B) 299.63º 0.64% 1% -
XYZ 62.84 36.12 98.27 -
YUV 159.61 181.84 195.33 -
System Red Green Blue C M Y K H S L
Decimal 254 93 255 0.00 0.64 0 0 299.63 1 0.68
Hex FE 5D FF 0 40 0 0 12C 64 44
Octal 376 135 377 0 100 0 0 454 144 104
Binary 11111110 1011101 11111111 0 1000000 0 0 100101100 1100100 1000100

Color Harmonies of #FE5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DFF

Black with #FE5DFF

Text Example


Text Example

White with #FE5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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