#FEBA9F

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

Shades of Mandys Pink #FEBA9F

Tints of Mandys Pink #FEBA9F

Color information

#FEBA9F (or 0xFEBA9F) is unknown color: approx Mandys Pink. HEX triplet: FE, BA and 9F. RGB value is (254,186,159). Sum of RGB (Red+Green+Blue) = 254+186+159=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA9F is #014560. Grayscale: #CBCBCB. Windows color (decimal): -83297 or 10468094. OLE color: 10468094.

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

Color convert

RGB254186159-
CMYK00.270.370.00
HSL17.05º97.94%80.98%-
HSV(B)17.05º37.4%99.61%-
XYZ64.6958.6940.72-
YUV203.25103.03164.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 159 (62.5% from 255) = 26.54%
R=42.40%
G=31.05%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418615900.270.370.0017.0597.9480.98
HexFEBA9F01B250116251
Octal37627223703345021142121
Binary11111110101110101001111101101110010101000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA9F; }

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

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

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

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

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

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

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

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