#FEBB94

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

Shades of Mandys Pink #FEBB94

Tints of Mandys Pink #FEBB94

Color information

#FEBB94 (or 0xFEBB94) is unknown color: approx Mandys Pink. HEX triplet: FE, BB and 94. RGB value is (254,187,148). Sum of RGB (Red+Green+Blue) = 254+187+148=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBB94 is #01446B. Grayscale: #CACACA. Windows color (decimal): -83052 or 9747454. OLE color: 9747454.

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

Color convert

RGB254187148-
CMYK00.260.420.00
HSL22.08º98.15%78.82%-
HSV(B)22.08º41.73%99.61%-
XYZ63.9958.7535.98-
YUV202.5997.2164.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=43.12%
G=31.75%
B=25.13%

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
Decimal25418714800.260.420.0022.0898.1578.82
HexFEBB9401A2A016624f
Octal37627322403252026142117
Binary11111110101110111001010001101010101001011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBB94; }

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

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

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

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

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

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

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

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