#FAAF8B

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

Shades of Mandys Pink #FAAF8B

Tints of Mandys Pink #FAAF8B

Color information

#FAAF8B (or 0xFAAF8B) is unknown color: approx Mandys Pink. HEX triplet: FA, AF and 8B. RGB value is (250,175,139). Sum of RGB (Red+Green+Blue) = 250+175+139=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF8B is #055074. Grayscale: #C1C1C1. Windows color (decimal): -348277 or 9154554. OLE color: 9154554.

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

Color convert

RGB250175139-
CMYK00.30.440.02
HSL19.46º91.74%76.27%-
HSV(B)19.46º44.4%98.04%-
XYZ59.4152.8531.5-
YUV193.3297.35168.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 139 (54.69% from 255) = 24.65%
R=44.33%
G=31.03%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017513900.30.440.0219.4691.7476.27
HexFAAF8B01E2C2135c4c
Octal37225721303654223134114
Binary111110101010111110001011011110101100101001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAF8B; }

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

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

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

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

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

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

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

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