#FEBAA0

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

Shades of Mandys Pink #FEBAA0

Tints of Mandys Pink #FEBAA0

Color information

#FEBAA0 (or 0xFEBAA0) is unknown color: approx Mandys Pink. HEX triplet: FE, BA and A0. RGB value is (254,186,160). Sum of RGB (Red+Green+Blue) = 254+186+160=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA0 is #01455F. Grayscale: #CBCBCB. Windows color (decimal): -83296 or 10533630. OLE color: 10533630.

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

Color convert

RGB254186160-
CMYK00.270.370.00
HSL16.6º97.92%81.18%-
HSV(B)16.6º37.01%99.61%-
XYZ64.7858.7341.18-
YUV203.37103.53164.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 160 (62.89% from 255) = 26.67%
R=42.33%
G=31%
B=26.67%

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
Decimal25418616000.270.370.0016.697.9281.18
HexFEBAA001B250116251
Octal37627224003345021142121
Binary11111110101110101010000001101110010101000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAA0; }

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

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

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

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

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

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

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

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