#FFA29F

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

Shades of Rose Bud #FFA29F

Tints of Rose Bud #FFA29F

Color information

#FFA29F (or 0xFFA29F) is unknown color: approx Rose Bud. HEX triplet: FF, A2 and 9F. RGB value is (255,162,159). Sum of RGB (Red+Green+Blue) = 255+162+159=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA29F is #005D60. Grayscale: #BDBDBD. Windows color (decimal): -23905 or 10461951. OLE color: 10461951.

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

Color convert

RGB255162159-
CMYK00.360.380
HSL1.88º100%81.18%-
HSV(B)1.88º37.65%100%-
XYZ60.4249.639.19-
YUV189.46110.81174.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 162 (63.67% from 255) = 28.12%
BLUE value IS 159 (62.5% from 255) = 27.60%
R=44.27%
G=28.12%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516215900.360.3801.8810081.18
HexFFA29F02426026451
Octal3772422370444602144121
Binary111111111010001010011111010010010011001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA29F; }

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

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

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

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

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

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

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

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