#FAAA9B

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

Shades of Rose Bud #FAAA9B

Tints of Rose Bud #FAAA9B

Color information

#FAAA9B (or 0xFAAA9B) is unknown color: approx Rose Bud. HEX triplet: FA, AA and 9B. RGB value is (250,170,155). Sum of RGB (Red+Green+Blue) = 250+170+155=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA9B is #055564. Grayscale: #C0C0C0. Windows color (decimal): -349541 or 10201850. OLE color: 10201850.

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

Color convert

RGB250170155-
CMYK00.320.380.02
HSL9.47º90.48%79.41%-
HSV(B)9.47º38%98.04%-
XYZ59.7251.4437.79-
YUV192.21107169.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 155 (60.94% from 255) = 26.96%
R=43.48%
G=29.57%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017015500.320.380.029.4790.4879.41
HexFAAA9B02026295a4f
Octal37225223304046211132117
Binary111110101010101010011011010000010011010100110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA9B; }

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

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

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

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

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

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

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

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