#FAB58B

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

Shades of Mandys Pink #FAB58B

Tints of Mandys Pink #FAB58B

Color information

#FAB58B (or 0xFAB58B) is unknown color: approx Mandys Pink. HEX triplet: FA, B5 and 8B. RGB value is (250,181,139). Sum of RGB (Red+Green+Blue) = 250+181+139=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB58B is #054A74. Grayscale: #C5C5C5. Windows color (decimal): -346741 or 9156090. OLE color: 9156090.

HSL color Cylindrical-coordinate representation of color #FAB58B: hue angle of 22.7º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAB58B is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250181139-
CMYK00.280.440.02
HSL22.7º91.74%76.27%-
HSV(B)22.7º44.4%98.04%-
XYZ60.6155.2431.89-
YUV196.8495.36165.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 139 (54.69% from 255) = 24.39%
R=43.86%
G=31.75%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018113900.280.440.0222.791.7476.27
HexFAB58B01C2C2175c4c
Octal37226521303454227134114
Binary111110101011010110001011011100101100101011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB58B; }

 p { color: rgb(250,181,139); }

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

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

 a { background-color: rgb(250,181,139); }

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

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

 span { border-color: rgb(250,181,139); }

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