Html Css Color HEX #FE5DEE Pink Flamingo

📋 copy color: '#FE5DEE'

red 254 ◦ green 93 ◦ blue 238

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

Shades of Pink Flamingo #FE5DEE

Tints of Pink Flamingo #FE5DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.68%

R = 43.42%
G = 15.9%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE5DEE (or 0xFE5DEE) is known color: Pink Flamingo. HEX triplet: FE, 5D and EE. RGB value is (254,93,238). Sum of RGB (Red+Green+Blue) = 254+93+238=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 93 (36.72% from 255 or 15.90% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DEE is #01A211. Grayscale: #9D9D9D. Windows color (decimal): -107026 or 15621630. OLE color: 15621630.

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

Color convert

RGB 254 93 238 -
CMYK 0 0.63 0.06 0.00
HSL 305.96º 0.99% 0.68% -
HSV(B) 305.96º 0.63% 1% -
XYZ 60.22 35.07 84.48 -
YUV 157.67 173.34 196.71 -
System Red Green Blue C M Y K H S L
Decimal 254 93 238 0 0.63 0.06 0.00 305.96 0.99 0.68
Hex FE 5D EE 0 3F 6 0 132 63 44
Octal 376 135 356 0 77 6 0 462 143 104
Binary 11111110 1011101 11101110 0 111111 110 0 100110010 1100011 1000100

Color Harmonies of #FE5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DEE

Black with #FE5DEE

Text Example


Text Example

White with #FE5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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