#FAAE8B

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

Shades of Mandys Pink #FAAE8B

Tints of Mandys Pink #FAAE8B

Color information

#FAAE8B (or 0xFAAE8B) is unknown color: approx Mandys Pink. HEX triplet: FA, AE and 8B. RGB value is (250,174,139). Sum of RGB (Red+Green+Blue) = 250+174+139=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE8B is #055174. Grayscale: #C0C0C0. Windows color (decimal): -348533 or 9154298. OLE color: 9154298.

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

Color convert

RGB250174139-
CMYK00.300.440.02
HSL18.92º91.74%76.27%-
HSV(B)18.92º44.4%98.04%-
XYZ59.2252.4631.43-
YUV192.7397.68168.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=44.40%
G=30.91%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017413900.300.440.0218.9291.7476.27
HexFAAE8B01E2C2135c4c
Octal37225621303654223134114
Binary111110101010111010001011011110101100101001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAE8B; }

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

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

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

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

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

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

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

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