#FEB496

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

Shades of Mandys Pink #FEB496

Tints of Mandys Pink #FEB496

Color information

#FEB496 (or 0xFEB496) is unknown color: approx Mandys Pink. HEX triplet: FE, B4 and 96. RGB value is (254,180,150). Sum of RGB (Red+Green+Blue) = 254+180+150=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB496 is #014B69. Grayscale: #C6C6C6. Windows color (decimal): -84842 or 9876734. OLE color: 9876734.

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

Color convert

RGB254180150-
CMYK00.290.410.00
HSL17.31º98.11%79.22%-
HSV(B)17.31º40.94%99.61%-
XYZ62.755.9236.34-
YUV198.71100.52167.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 180 (70.70% from 255) = 30.82%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=43.49%
G=30.82%
B=25.68%

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
Decimal25418015000.290.410.0017.3198.1179.22
HexFEB49601D29011624f
Octal37626422603551021142117
Binary11111110101101001001011001110110100101000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB496; }

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

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

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

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

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

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

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

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