#FEBD9A

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

Shades of Mandys Pink #FEBD9A

Tints of Mandys Pink #FEBD9A

Color information

#FEBD9A (or 0xFEBD9A) is unknown color: approx Mandys Pink. HEX triplet: FE, BD and 9A. RGB value is (254,189,154). Sum of RGB (Red+Green+Blue) = 254+189+154=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBD9A is #014265. Grayscale: #CCCCCC. Windows color (decimal): -82534 or 10141182. OLE color: 10141182.

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

Color convert

RGB254189154-
CMYK00.260.390.00
HSL21º98.04%80%-
HSV(B)21º39.37%99.61%-
XYZ64.959.838.69-
YUV204.4599.53163.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=42.55%
G=31.66%
B=25.80%

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
Decimal25418915400.260.390.002198.0480
HexFEBD9A01A270156250
Octal37627523203247025142120
Binary11111110101111011001101001101010011101010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBD9A; }

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

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

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

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

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

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

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

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