Html Css Color HEX #FE4CEB Pink Flamingo

📋 copy color: '#FE4CEB'

red 254 ◦ green 76 ◦ blue 235

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

Shades of Pink Flamingo #FE4CEB

Tints of Pink Flamingo #FE4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.45%

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

R = 44.96%
G = 13.45%
B = 41.59%

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

#FE4CEB (or 0xFE4CEB) is known color: Pink Flamingo. HEX triplet: FE, 4C and EB. RGB value is (254,76,235). Sum of RGB (Red+Green+Blue) = 254+76+235=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 76 (30.08% from 255 or 13.45% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4CEB is #01B314. Grayscale: #929292. Windows color (decimal): -111381 or 15420670. OLE color: 15420670.

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

Color convert

RGB 254 76 235 -
CMYK 0 0.70 0.07 0.00
HSL 306.4º 0.99% 0.65% -
HSV(B) 306.4º 0.7% 1% -
XYZ 58.45 32.24 81.74 -
YUV 147.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 254 76 235 0 0.70 0.07 0.00 306.4 0.99 0.65
Hex FE 4C EB 0 46 7 0 132 63 41
Octal 376 114 353 0 106 7 0 462 143 101
Binary 11111110 1001100 11101011 0 1000110 111 0 100110010 1100011 1000001

Color Harmonies of #FE4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4CEB

Black with #FE4CEB

Text Example


Text Example

White with #FE4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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