#FAA59C

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

Shades of Rose Bud #FAA59C

Tints of Rose Bud #FAA59C

Color information

#FAA59C (or 0xFAA59C) is unknown color: approx Rose Bud. HEX triplet: FA, A5 and 9C. RGB value is (250,165,156). Sum of RGB (Red+Green+Blue) = 250+165+156=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA59C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA59C is #055A63. Grayscale: #BDBDBD. Windows color (decimal): -350820 or 10266106. OLE color: 10266106.

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

Color convert

RGB250165156-
CMYK00.340.380.02
HSL5.74º90.38%79.61%-
HSV(B)5.74º37.6%98.04%-
XYZ58.8849.6337.93-
YUV189.39109.16171.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=43.78%
G=28.90%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016515600.340.380.025.7490.3879.61
HexFAA59C02226265a50
Octal3722452340424626132120
Binary11111010101001011001110001000101001101011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA59C; }

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

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

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

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

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

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

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

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