#FAAB9E

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

Shades of Rose Bud #FAAB9E

Tints of Rose Bud #FAAB9E

Color information

#FAAB9E (or 0xFAAB9E) is unknown color: approx Rose Bud. HEX triplet: FA, AB and 9E. RGB value is (250,171,158). Sum of RGB (Red+Green+Blue) = 250+171+158=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB9E is #055461. Grayscale: #C1C1C1. Windows color (decimal): -349282 or 10398714. OLE color: 10398714.

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

Color convert

RGB250171158-
CMYK00.320.370.02
HSL8.48º90.2%80%-
HSV(B)8.48º36.8%98.04%-
XYZ60.1651.9239.2-
YUV193.14108.17168.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=43.18%
G=29.53%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017115800.320.370.028.4890.280
HexFAAB9E02025285a50
Octal37225323604045210132120
Binary111110101010101110011110010000010010110100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB9E; }

 p { color: rgb(250,171,158); }

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

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

 a { background-color: rgb(250,171,158); }

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

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

 span { border-color: rgb(250,171,158); }

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