Html Css Color HEX #FE4BED Pink Flamingo

📋 copy color: '#FE4BED'

red 254 ◦ green 75 ◦ blue 237

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

Shades of Pink Flamingo #FE4BED

Tints of Pink Flamingo #FE4BED

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.25%

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

R = 44.88%
G = 13.25%
B = 41.87%

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

#FE4BED (or 0xFE4BED) is known color: Pink Flamingo. HEX triplet: FE, 4B and ED. RGB value is (254,75,237). Sum of RGB (Red+Green+Blue) = 254+75+237=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 75 (29.69% from 255 or 13.25% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4BED is #01B412. Grayscale: #929292. Windows color (decimal): -111635 or 15551486. OLE color: 15551486.

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

Color convert

RGB 254 75 237 -
CMYK 0 0.70 0.07 0.00
HSL 305.7º 0.99% 0.65% -
HSV(B) 305.7º 0.7% 1% -
XYZ 58.68 32.22 83.25 -
YUV 146.99 178.8 204.33 -
System Red Green Blue C M Y K H S L
Decimal 254 75 237 0 0.70 0.07 0.00 305.7 0.99 0.65
Hex FE 4B ED 0 46 7 0 132 63 41
Octal 376 113 355 0 106 7 0 462 143 101
Binary 11111110 1001011 11101101 0 1000110 111 0 100110010 1100011 1000001

Color Harmonies of #FE4BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4BED

Black with #FE4BED

Text Example


Text Example

White with #FE4BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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