#FEB495

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

Shades of Mandys Pink #FEB495

Tints of Mandys Pink #FEB495

Color information

#FEB495 (or 0xFEB495) is unknown color: approx Mandys Pink. HEX triplet: FE, B4 and 95. RGB value is (254,180,149). Sum of RGB (Red+Green+Blue) = 254+180+149=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB495 is #014B6A. Grayscale: #C6C6C6. Windows color (decimal): -84843 or 9811198. OLE color: 9811198.

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

Color convert

RGB254180149-
CMYK00.290.410.00
HSL17.71º98.13%79.02%-
HSV(B)17.71º41.34%99.61%-
XYZ62.6255.8835.92-
YUV198.59100.02167.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=43.57%
G=30.87%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418014900.290.410.0017.7198.1379.02
HexFEB49501D29012624f
Octal37626422503551022142117
Binary11111110101101001001010101110110100101001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB495; }

 p { color: rgb(254,180,149); }

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

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

 a { background-color: rgb(254,180,149); }

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

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

 span { border-color: rgb(254,180,149); }

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