#FEBA8D

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

Shades of Mandys Pink #FEBA8D

Tints of Mandys Pink #FEBA8D

Color information

#FEBA8D (or 0xFEBA8D) is unknown color: approx Mandys Pink. HEX triplet: FE, BA and 8D. RGB value is (254,186,141). Sum of RGB (Red+Green+Blue) = 254+186+141=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA8D is #014572. Grayscale: #C9C9C9. Windows color (decimal): -83315 or 9288446. OLE color: 9288446.

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

Color convert

RGB254186141-
CMYK00.270.440.00
HSL23.89º98.26%77.45%-
HSV(B)23.89º44.49%99.61%-
XYZ63.2458.1133.08-
YUV201.294.03165.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 141 (55.47% from 255) = 24.27%
R=43.72%
G=32.01%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418614100.270.440.0023.8998.2677.45
HexFEBA8D01B2C018624d
Octal37627221503354030142115
Binary11111110101110101000110101101110110001100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA8D; }

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

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

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

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

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

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

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

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