#FFA59E

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

Shades of Rose Bud #FFA59E

Tints of Rose Bud #FFA59E

Color information

#FFA59E (or 0xFFA59E) is unknown color: approx Rose Bud. HEX triplet: FF, A5 and 9E. RGB value is (255,165,158). Sum of RGB (Red+Green+Blue) = 255+165+158=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA59E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA59E is #005A61. Grayscale: #BFBFBF. Windows color (decimal): -23138 or 10397183. OLE color: 10397183.

HSL color Cylindrical-coordinate representation of color #FFA59E: hue angle of 4.33º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFA59E is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255165158-
CMYK00.350.380
HSL4.33º100%80.98%-
HSV(B)4.33º38.04%100%-
XYZ60.8750.6438.91-
YUV191.11109.32173.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 165 (64.84% from 255) = 28.55%
BLUE value IS 158 (62.11% from 255) = 27.34%
R=44.12%
G=28.55%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516515800.350.3804.3310080.98
HexFFA59E02326046451
Octal3772452360434604144121
Binary1111111110100101100111100100011100110010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA59E; }

 p { color: rgb(255,165,158); }

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

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

 a { background-color: rgb(255,165,158); }

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

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

 span { border-color: rgb(255,165,158); }

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