#FEBA90

Color #FEBA90 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #FEBA90

Tints of Mandys Pink #FEBA90

Color information

#FEBA90 (or 0xFEBA90) is unknown color: approx Mandys Pink. HEX triplet: FE, BA and 90. RGB value is (254,186,144). Sum of RGB (Red+Green+Blue) = 254+186+144=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA90 is #01456F. Grayscale: #C9C9C9. Windows color (decimal): -83312 or 9485054. OLE color: 9485054.

HSL color Cylindrical-coordinate representation of color #FEBA90: hue angle of 22.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEBA90 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254186144-
CMYK00.270.430.00
HSL22.91º98.21%78.04%-
HSV(B)22.91º43.31%99.61%-
XYZ63.4758.234.27-
YUV201.5495.53165.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 144 (56.64% from 255) = 24.66%
R=43.49%
G=31.85%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418614400.270.430.0022.9198.2178.04
HexFEBA9001B2B017624e
Octal37627222003353027142116
Binary11111110101110101001000001101110101101011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA90; }

 p { color: rgb(254,186,144); }

 H1.HeaderClassName
 {
   color: #FEBA90;
 }
 .AnyTagClassName
 {
   color: #FEBA90;
 }
</style>
background-color css

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

 a { background-color: rgb(254,186,144); }

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

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

 span { border-color: rgb(254,186,144); }

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