#FEBC9A

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

Shades of Mandys Pink #FEBC9A

Tints of Mandys Pink #FEBC9A

Color information

#FEBC9A (or 0xFEBC9A) is unknown color: approx Mandys Pink. HEX triplet: FE, BC and 9A. RGB value is (254,188,154). Sum of RGB (Red+Green+Blue) = 254+188+154=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBC9A is #014365. Grayscale: #CCCCCC. Windows color (decimal): -82790 or 10140926. OLE color: 10140926.

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

Color convert

RGB254188154-
CMYK00.260.390.00
HSL20.4º98.04%80%-
HSV(B)20.4º39.37%99.61%-
XYZ64.6959.3738.62-
YUV203.8699.87163.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 154 (60.55% from 255) = 25.84%
R=42.62%
G=31.54%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418815400.260.390.0020.498.0480
HexFEBC9A01A270146250
Octal37627423203247024142120
Binary11111110101111001001101001101010011101010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBC9A; }

 p { color: rgb(254,188,154); }

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

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

 a { background-color: rgb(254,188,154); }

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

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

 span { border-color: rgb(254,188,154); }

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