#FFA99E

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

Shades of Rose Bud #FFA99E

Tints of Rose Bud #FFA99E

Color information

#FFA99E (or 0xFFA99E) is unknown color: approx Rose Bud. HEX triplet: FF, A9 and 9E. RGB value is (255,169,158). Sum of RGB (Red+Green+Blue) = 255+169+158=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA99E is #005661. Grayscale: #C1C1C1. Windows color (decimal): -22114 or 10398207. OLE color: 10398207.

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

Color convert

RGB255169158-
CMYK00.340.380
HSL6.8º100%80.98%-
HSV(B)6.8º38.04%100%-
XYZ61.652.139.16-
YUV193.46107.99171.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.81%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 158 (62.11% from 255) = 27.15%
R=43.81%
G=29.04%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516915800.340.3806.810080.98
HexFFA99E02226076451
Octal3772512360424607144121
Binary1111111110101001100111100100010100110011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA99E; }

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

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

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

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

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

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

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

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