#FEBD94

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

Shades of Mandys Pink #FEBD94

Tints of Mandys Pink #FEBD94

Color information

#FEBD94 (or 0xFEBD94) is unknown color: approx Mandys Pink. HEX triplet: FE, BD and 94. RGB value is (254,189,148). Sum of RGB (Red+Green+Blue) = 254+189+148=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBD94 is #01426B. Grayscale: #CBCBCB. Windows color (decimal): -82540 or 9747966. OLE color: 9747966.

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

Color convert

RGB254189148-
CMYK00.260.420.00
HSL23.21º98.15%78.82%-
HSV(B)23.21º41.73%99.61%-
XYZ64.4259.636.13-
YUV203.7696.53163.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 148 (58.20% from 255) = 25.04%
R=42.98%
G=31.98%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418914800.260.420.0023.2198.1578.82
HexFEBD9401A2A017624f
Octal37627522403252027142117
Binary11111110101111011001010001101010101001011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBD94; }

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

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

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

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

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

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

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

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