#FFAA99

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

Shades of Rose Bud #FFAA99

Tints of Rose Bud #FFAA99

Color information

#FFAA99 (or 0xFFAA99) is unknown color: approx Rose Bud. HEX triplet: FF, AA and 99. RGB value is (255,170,153). Sum of RGB (Red+Green+Blue) = 255+170+153=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA99 is #005566. Grayscale: #C1C1C1. Windows color (decimal): -21863 or 10070783. OLE color: 10070783.

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

Color convert

RGB255170153-
CMYK00.330.40
HSL10º100%80%-
HSV(B)10º40%100%-
XYZ61.3652.3137-
YUV193.48105.16171.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 153 (60.16% from 255) = 26.47%
R=44.12%
G=29.41%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517015300.330.401010080
HexFFAA99021280a6450
Octal37725223104150012144120
Binary11111111101010101001100101000011010000101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA99; }

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

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

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

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

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

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

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

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