#FFA49E

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

Shades of Rose Bud #FFA49E

Tints of Rose Bud #FFA49E

Color information

#FFA49E (or 0xFFA49E) is unknown color: approx Rose Bud. HEX triplet: FF, A4 and 9E. RGB value is (255,164,158). Sum of RGB (Red+Green+Blue) = 255+164+158=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA49E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA49E is #005B61. Grayscale: #BEBEBE. Windows color (decimal): -23394 or 10396927. OLE color: 10396927.

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

Color convert

RGB255164158-
CMYK00.360.380
HSL3.71º100%80.98%-
HSV(B)3.71º38.04%100%-
XYZ60.6950.2838.85-
YUV190.52109.65173.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 164 (64.45% from 255) = 28.42%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=44.19%
G=28.42%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516415800.360.3803.7110080.98
HexFFA49E02426046451
Octal3772442360444604144121
Binary1111111110100100100111100100100100110010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA49E; }

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

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

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

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

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

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

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

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