#FFA999

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

Shades of Rose Bud #FFA999

Tints of Rose Bud #FFA999

Color information

#FFA999 (or 0xFFA999) is unknown color: approx Rose Bud. HEX triplet: FF, A9 and 99. RGB value is (255,169,153). Sum of RGB (Red+Green+Blue) = 255+169+153=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA999 is #005666. Grayscale: #C1C1C1. Windows color (decimal): -22119 or 10070527. OLE color: 10070527.

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

Color convert

RGB255169153-
CMYK00.340.40
HSL9.41º100%80%-
HSV(B)9.41º40%100%-
XYZ61.1851.9436.94-
YUV192.89105.49172.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 153 (60.16% from 255) = 26.52%
R=44.19%
G=29.29%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516915300.340.409.4110080
HexFFA99902228096450
Octal37725123104250011144120
Binary11111111101010011001100101000101010000100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA999; }

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

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

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

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

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

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

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

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