#FFA99C

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

Shades of Rose Bud #FFA99C

Tints of Rose Bud #FFA99C

Color information

#FFA99C (or 0xFFA99C) is unknown color: approx Rose Bud. HEX triplet: FF, A9 and 9C. RGB value is (255,169,156). Sum of RGB (Red+Green+Blue) = 255+169+156=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA99C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA99C is #005663. Grayscale: #C1C1C1. Windows color (decimal): -22116 or 10267135. OLE color: 10267135.

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

Color convert

RGB255169156-
CMYK00.340.390
HSL7.88º100%80.59%-
HSV(B)7.88º38.82%100%-
XYZ61.4352.0438.26-
YUV193.23106.99172.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 156 (61.33% from 255) = 26.90%
R=43.97%
G=29.14%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516915600.340.3907.8810080.59
HexFFA99C02227086451
Octal37725123404247010144121
Binary11111111101010011001110001000101001110100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA99C; }

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

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

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

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

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

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

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

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