#FEBD97

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

Shades of Mandys Pink #FEBD97

Tints of Mandys Pink #FEBD97

Color information

#FEBD97 (or 0xFEBD97) is unknown color: approx Mandys Pink. HEX triplet: FE, BD and 97. RGB value is (254,189,151). Sum of RGB (Red+Green+Blue) = 254+189+151=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBD97 is #014268. Grayscale: #CCCCCC. Windows color (decimal): -82537 or 9944574. OLE color: 9944574.

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

Color convert

RGB254189151-
CMYK00.260.410.00
HSL22.14º98.1%79.41%-
HSV(B)22.14º40.55%99.61%-
XYZ64.6659.737.39-
YUV204.198.03163.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 151 (59.38% from 255) = 25.42%
R=42.76%
G=31.82%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418915100.260.410.0022.1498.179.41
HexFEBD9701A29016624f
Octal37627522703251026142117
Binary11111110101111011001011101101010100101011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBD97; }

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

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

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

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

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

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

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

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