#FABD97

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

Shades of Mandys Pink #FABD97

Tints of Mandys Pink #FABD97

Color information

#FABD97 (or 0xFABD97) is unknown color: approx Mandys Pink. HEX triplet: FA, BD and 97. RGB value is (250,189,151). Sum of RGB (Red+Green+Blue) = 250+189+151=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABD97 is #054268. Grayscale: #CBCBCB. Windows color (decimal): -344681 or 9944570. OLE color: 9944570.

HSL color Cylindrical-coordinate representation of color #FABD97: hue angle of 23.03º 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 #FABD97 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250189151-
CMYK00.240.400.02
HSL23.03º90.83%78.63%-
HSV(B)23.03º39.6%98.04%-
XYZ63.2158.9537.33-
YUV202.9198.71161.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 151 (59.38% from 255) = 25.59%
R=42.37%
G=32.03%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018915100.240.400.0223.0390.8378.63
HexFABD97018282175b4f
Octal37227522703050227133117
Binary111110101011110110010111011000101000101011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABD97; }

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

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

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

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

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

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

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

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