#FEBAA1

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

Shades of Mandys Pink #FEBAA1

Tints of Mandys Pink #FEBAA1

Color information

#FEBAA1 (or 0xFEBAA1) is unknown color: approx Mandys Pink. HEX triplet: FE, BA and A1. RGB value is (254,186,161). Sum of RGB (Red+Green+Blue) = 254+186+161=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA1 is #01455E. Grayscale: #CBCBCB. Windows color (decimal): -83295 or 10599166. OLE color: 10599166.

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

Color convert

RGB254186161-
CMYK00.270.370.00
HSL16.13º97.89%81.37%-
HSV(B)16.13º36.61%99.61%-
XYZ64.8658.7641.64-
YUV203.48104.03164.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 161 (63.28% from 255) = 26.79%
R=42.26%
G=30.95%
B=26.79%

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
Decimal25418616100.270.370.0016.1397.8981.37
HexFEBAA101B250106251
Octal37627224103345020142121
Binary11111110101110101010000101101110010101000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAA1; }

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

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

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

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

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

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

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

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