#FAA491

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

Shades of Rose Bud #FAA491

Tints of Rose Bud #FAA491

Color information

#FAA491 (or 0xFAA491) is unknown color: approx Rose Bud. HEX triplet: FA, A4 and 91. RGB value is (250,164,145). Sum of RGB (Red+Green+Blue) = 250+164+145=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA491 is #055B6E. Grayscale: #BBBBBB. Windows color (decimal): -351087 or 9544954. OLE color: 9544954.

HSL color Cylindrical-coordinate representation of color #FAA491: hue angle of 10.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAA491 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250164145-
CMYK00.340.420.02
HSL10.86º91.3%77.45%-
HSV(B)10.86º42%98.04%-
XYZ57.8148.9233.18-
YUV187.55103.99172.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=44.72%
G=29.34%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016414500.340.420.0210.8691.377.45
HexFAA4910222A2b5b4d
Octal37224422104252213133115
Binary111110101010010010010001010001010101010101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA491; }

 p { color: rgb(250,164,145); }

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

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

 a { background-color: rgb(250,164,145); }

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

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

 span { border-color: rgb(250,164,145); }

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