#FABC97

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

Shades of Mandys Pink #FABC97

Tints of Mandys Pink #FABC97

Color information

#FABC97 (or 0xFABC97) is unknown color: approx Mandys Pink. HEX triplet: FA, BC and 97. RGB value is (250,188,151). Sum of RGB (Red+Green+Blue) = 250+188+151=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABC97 is #054368. Grayscale: #CACACA. Windows color (decimal): -344937 or 9944314. OLE color: 9944314.

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

Color convert

RGB250188151-
CMYK00.250.400.02
HSL22.42º90.83%78.63%-
HSV(B)22.42º39.6%98.04%-
XYZ62.9958.5237.25-
YUV202.3299.04162.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 151 (59.38% from 255) = 25.64%
R=42.44%
G=31.92%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018815100.250.400.0222.4290.8378.63
HexFABC97019282165b4f
Octal37227422703150226133117
Binary111110101011110010010111011001101000101011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABC97; }

 p { color: rgb(250,188,151); }

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

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

 a { background-color: rgb(250,188,151); }

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

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

 span { border-color: rgb(250,188,151); }

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