#FAA591

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

Shades of Rose Bud #FAA591

Tints of Rose Bud #FAA591

Color information

#FAA591 (or 0xFAA591) is unknown color: approx Rose Bud. HEX triplet: FA, A5 and 91. RGB value is (250,165,145). Sum of RGB (Red+Green+Blue) = 250+165+145=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA591 is #055A6E. Grayscale: #BCBCBC. Windows color (decimal): -350831 or 9545210. OLE color: 9545210.

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

Color convert

RGB250165145-
CMYK00.340.420.02
HSL11.43º91.3%77.45%-
HSV(B)11.43º42%98.04%-
XYZ57.9949.2833.24-
YUV188.14103.66172.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=44.64%
G=29.46%
B=25.89%

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
Decimal25016514500.340.420.0211.4391.377.45
HexFAA5910222A2b5b4d
Octal37224522104252213133115
Binary111110101010010110010001010001010101010101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA591; }

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

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

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

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

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

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

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

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