Html Css Color HEX #FE4EEB Pink Flamingo

📋 copy color: '#FE4EEB'

red 254 ◦ green 78 ◦ blue 235

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

Shades of Pink Flamingo #FE4EEB

Tints of Pink Flamingo #FE4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.76%

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 44.8%
G = 13.76%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE4EEB (or 0xFE4EEB) is known color: Pink Flamingo. HEX triplet: FE, 4E and EB. RGB value is (254,78,235). Sum of RGB (Red+Green+Blue) = 254+78+235=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 78 (30.86% from 255 or 13.76% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4EEB is #01B114. Grayscale: #949494. Windows color (decimal): -110869 or 15421182. OLE color: 15421182.

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

Color convert

RGB 254 78 235 -
CMYK 0 0.69 0.07 0.00
HSL 306.48º 0.99% 0.65% -
HSV(B) 306.48º 0.69% 1% -
XYZ 58.59 32.52 81.79 -
YUV 148.52 176.81 203.23 -
System Red Green Blue C M Y K H S L
Decimal 254 78 235 0 0.69 0.07 0.00 306.48 0.99 0.65
Hex FE 4E EB 0 45 7 0 132 63 41
Octal 376 116 353 0 105 7 0 462 143 101
Binary 11111110 1001110 11101011 0 1000101 111 0 100110010 1100011 1000001

Color Harmonies of #FE4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4EEB

Black with #FE4EEB

Text Example


Text Example

White with #FE4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4EEB; }

 p { color: rgb(254,78,235); }

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

background-color css

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

 a { background-color: rgb(254,78,235); }

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

border-color css

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

 span { border-color: rgb(254,78,235); }

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