#FABA98

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

Shades of Mandys Pink #FABA98

Tints of Mandys Pink #FABA98

Color information

#FABA98 (or 0xFABA98) is unknown color: approx Mandys Pink. HEX triplet: FA, BA and 98. RGB value is (250,186,152). Sum of RGB (Red+Green+Blue) = 250+186+152=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA98 is #054567. Grayscale: #C9C9C9. Windows color (decimal): -345448 or 10009338. OLE color: 10009338.

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

Color convert

RGB250186152-
CMYK00.260.390.02
HSL20.82º90.74%78.82%-
HSV(B)20.82º39.2%98.04%-
XYZ62.6557.7137.54-
YUV201.26100.2162.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 152 (59.77% from 255) = 25.85%
R=42.52%
G=31.63%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018615200.260.390.0220.8290.7478.82
HexFABA9801A272155b4f
Octal37227223003247225133117
Binary111110101011101010011000011010100111101010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA98; }

 p { color: rgb(250,186,152); }

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

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

 a { background-color: rgb(250,186,152); }

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

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

 span { border-color: rgb(250,186,152); }

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