#FEB8A1

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

Shades of Mandys Pink #FEB8A1

Tints of Mandys Pink #FEB8A1

Color information

#FEB8A1 (or 0xFEB8A1) is unknown color: approx Mandys Pink. HEX triplet: FE, B8 and A1. RGB value is (254,184,161). Sum of RGB (Red+Green+Blue) = 254+184+161=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB8A1 is #01475E. Grayscale: #CACACA. Windows color (decimal): -83807 or 10598654. OLE color: 10598654.

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

Color convert

RGB254184161-
CMYK00.280.370.00
HSL14.84º97.89%81.37%-
HSV(B)14.84º36.61%99.61%-
XYZ64.4557.9341.5-
YUV202.31104.69164.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 184 (72.27% from 255) = 30.72%
BLUE value IS 161 (63.28% from 255) = 26.88%
R=42.40%
G=30.72%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418416100.280.370.0014.8497.8981.37
HexFEB8A101C250f6251
Octal37627024103445017142121
Binary1111111010111000101000010111001001010111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8A1; }

 p { color: rgb(254,184,161); }

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

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

 a { background-color: rgb(254,184,161); }

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

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

 span { border-color: rgb(254,184,161); }

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