#FFA29A

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

Shades of Rose Bud #FFA29A

Tints of Rose Bud #FFA29A

Color information

#FFA29A (or 0xFFA29A) is unknown color: approx Rose Bud. HEX triplet: FF, A2 and 9A. RGB value is (255,162,154). Sum of RGB (Red+Green+Blue) = 255+162+154=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA29A is #005D65. Grayscale: #BDBDBD. Windows color (decimal): -23910 or 10134271. OLE color: 10134271.

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

Color convert

RGB255162154-
CMYK00.360.400
HSL4.75º100%80.2%-
HSV(B)4.75º39.61%100%-
XYZ59.9949.4336.95-
YUV188.9108.31175.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 162 (63.67% from 255) = 28.37%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=44.66%
G=28.37%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516215400.360.4004.7510080.2
HexFFA29A02428056450
Octal3772422320445005144120
Binary1111111110100010100110100100100101000010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA29A; }

 p { color: rgb(255,162,154); }

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

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

 a { background-color: rgb(255,162,154); }

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

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

 span { border-color: rgb(255,162,154); }

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