#FABE9B

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

Shades of Mandys Pink #FABE9B

Tints of Mandys Pink #FABE9B

Color information

#FABE9B (or 0xFABE9B) is unknown color: approx Mandys Pink. HEX triplet: FA, BE and 9B. RGB value is (250,190,155). Sum of RGB (Red+Green+Blue) = 250+190+155=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABE9B is #054164. Grayscale: #CCCCCC. Windows color (decimal): -344421 or 10206970. OLE color: 10206970.

HSL color Cylindrical-coordinate representation of color #FABE9B: hue angle of 22.11º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FABE9B is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250190155-
CMYK00.240.380.02
HSL22.11º90.48%79.41%-
HSV(B)22.11º38%98.04%-
XYZ63.7559.5239.14-
YUV203.95100.38160.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 155 (60.94% from 255) = 26.05%
R=42.02%
G=31.93%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019015500.240.380.0222.1190.4879.41
HexFABE9B018262165a4f
Octal37227623303046226132117
Binary111110101011111010011011011000100110101011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABE9B; }

 p { color: rgb(250,190,155); }

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

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

 a { background-color: rgb(250,190,155); }

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

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

 span { border-color: rgb(250,190,155); }

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