#FAA89B

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

Shades of Rose Bud #FAA89B

Tints of Rose Bud #FAA89B

Color information

#FAA89B (or 0xFAA89B) is unknown color: approx Rose Bud. HEX triplet: FA, A8 and 9B. RGB value is (250,168,155). Sum of RGB (Red+Green+Blue) = 250+168+155=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA89B is #055764. Grayscale: #BFBFBF. Windows color (decimal): -350053 or 10201338. OLE color: 10201338.

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

Color convert

RGB250168155-
CMYK00.330.380.02
HSL8.21º90.48%79.41%-
HSV(B)8.21º38%98.04%-
XYZ59.3450.737.67-
YUV191.04107.67170.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=43.63%
G=29.32%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016815500.330.380.028.2190.4879.41
HexFAA89B02126285a4f
Octal37225023304146210132117
Binary111110101010100010011011010000110011010100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA89B; }

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

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

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

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

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

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

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

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