#FAAA9F

Color #FAAA9F Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FAAA9F

Tints of Rose Bud #FAAA9F

Color information

#FAAA9F (or 0xFAAA9F) is unknown color: approx Rose Bud. HEX triplet: FA, AA and 9F. RGB value is (250,170,159). Sum of RGB (Red+Green+Blue) = 250+170+159=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA9F is #055560. Grayscale: #C0C0C0. Windows color (decimal): -349537 or 10463994. OLE color: 10463994.

HSL color Cylindrical-coordinate representation of color #FAAA9F: hue angle of 7.25º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAAA9F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250170159-
CMYK00.320.360.02
HSL7.25º90.1%80.2%-
HSV(B)7.25º36.4%98.04%-
XYZ60.0651.5839.59-
YUV192.67109168.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=43.18%
G=29.36%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017015900.320.360.027.2590.180.2
HexFAAA9F02024275a50
Octal3722522370404427132120
Binary11111010101010101001111101000001001001011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA9F; }

 p { color: rgb(250,170,159); }

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

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

 a { background-color: rgb(250,170,159); }

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

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

 span { border-color: rgb(250,170,159); }

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