Html Css Color HEX #FE5DED Pink Flamingo

📋 copy color: '#FE5DED'

red 254 ◦ green 93 ◦ blue 237

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

Shades of Pink Flamingo #FE5DED

Tints of Pink Flamingo #FE5DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 43.49%
G = 15.92%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE5DED (or 0xFE5DED) is known color: Pink Flamingo. HEX triplet: FE, 5D and ED. RGB value is (254,93,237). Sum of RGB (Red+Green+Blue) = 254+93+237=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DED is #01A212. Grayscale: #9D9D9D. Windows color (decimal): -107027 or 15556094. OLE color: 15556094.

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

Color convert

RGB 254 93 237 -
CMYK 0 0.63 0.07 0.00
HSL 306.34º 0.99% 0.68% -
HSV(B) 306.34º 0.63% 1% -
XYZ 60.07 35.01 83.71 -
YUV 157.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 254 93 237 0 0.63 0.07 0.00 306.34 0.99 0.68
Hex FE 5D ED 0 3F 7 0 132 63 44
Octal 376 135 355 0 77 7 0 462 143 104
Binary 11111110 1011101 11101101 0 111111 111 0 100110010 1100011 1000100

Color Harmonies of #FE5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DED

Black with #FE5DED

Text Example


Text Example

White with #FE5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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