#FEB48B

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

Shades of Mandys Pink #FEB48B

Tints of Mandys Pink #FEB48B

Color information

#FEB48B (or 0xFEB48B) is unknown color: approx Mandys Pink. HEX triplet: FE, B4 and 8B. RGB value is (254,180,139). Sum of RGB (Red+Green+Blue) = 254+180+139=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB48B is #014B74. Grayscale: #C5C5C5. Windows color (decimal): -84853 or 9155838. OLE color: 9155838.

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

Color convert

RGB254180139-
CMYK00.290.450.00
HSL21.39º98.29%77.06%-
HSV(B)21.39º45.28%99.61%-
XYZ61.8555.5831.89-
YUV197.4595.02168.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 139 (54.69% from 255) = 24.26%
R=44.33%
G=31.41%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418013900.290.450.0021.3998.2977.06
HexFEB48B01D2D015624d
Octal37626421303555025142115
Binary11111110101101001000101101110110110101010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB48B; }

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

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

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

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

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

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

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

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