#FEB9A1

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

Shades of Mandys Pink #FEB9A1

Tints of Mandys Pink #FEB9A1

Color information

#FEB9A1 (or 0xFEB9A1) is unknown color: approx Mandys Pink. HEX triplet: FE, B9 and A1. RGB value is (254,185,161). Sum of RGB (Red+Green+Blue) = 254+185+161=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9A1 is #01465E. Grayscale: #CBCBCB. Windows color (decimal): -83551 or 10598910. OLE color: 10598910.

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

Color convert

RGB254185161-
CMYK00.270.370.00
HSL15.48º97.89%81.37%-
HSV(B)15.48º36.61%99.61%-
XYZ64.6658.3441.57-
YUV202.9104.36164.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 185 (72.66% from 255) = 30.83%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=42.33%
G=30.83%
B=26.83%

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
Decimal25418516100.270.370.0015.4897.8981.37
HexFEB9A101B250f6251
Octal37627124103345017142121
Binary1111111010111001101000010110111001010111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9A1; }

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

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

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

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

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

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

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

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