Html Css Color HEX #FE4DED Pink Flamingo

📋 copy color: '#FE4DED'

red 254 ◦ green 77 ◦ blue 237

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

Shades of Pink Flamingo #FE4DED

Tints of Pink Flamingo #FE4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.56%

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

R = 44.72%
G = 13.56%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE4DED (or 0xFE4DED) is known color: Pink Flamingo. HEX triplet: FE, 4D and ED. RGB value is (254,77,237). Sum of RGB (Red+Green+Blue) = 254+77+237=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 77 (30.47% from 255 or 13.56% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DED is #01B212. Grayscale: #939393. Windows color (decimal): -111123 or 15551998. OLE color: 15551998.

HSL color Cylindrical-coordinate representation of color #FE4DED: hue angle of 305.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DED is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 77 237 -
CMYK 0 0.70 0.07 0.00
HSL 305.76º 0.99% 0.65% -
HSV(B) 305.76º 0.7% 1% -
XYZ 58.81 32.49 83.29 -
YUV 148.16 178.14 203.49 -
System Red Green Blue C M Y K H S L
Decimal 254 77 237 0 0.70 0.07 0.00 305.76 0.99 0.65
Hex FE 4D ED 0 46 7 0 132 63 41
Octal 376 115 355 0 106 7 0 462 143 101
Binary 11111110 1001101 11101101 0 1000110 111 0 100110010 1100011 1000001

Color Harmonies of #FE4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4DED

Black with #FE4DED

Text Example


Text Example

White with #FE4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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