#FFA2A0

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

Shades of Rose Bud #FFA2A0

Tints of Rose Bud #FFA2A0

Color information

#FFA2A0 (or 0xFFA2A0) is unknown color: approx Rose Bud. HEX triplet: FF, A2 and A0. RGB value is (255,162,160). Sum of RGB (Red+Green+Blue) = 255+162+160=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2A0 is #005D5F. Grayscale: #BDBDBD. Windows color (decimal): -23904 or 10527487. OLE color: 10527487.

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

Color convert

RGB255162160-
CMYK00.360.370
HSL1.26º100%81.37%-
HSV(B)1.26º37.25%100%-
XYZ60.5149.6439.65-
YUV189.58111.31174.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 162 (63.67% from 255) = 28.08%
BLUE value IS 160 (62.89% from 255) = 27.73%
R=44.19%
G=28.08%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516216000.360.3701.2610081.37
HexFFA2A002425016451
Octal3772422400444501144121
Binary11111111101000101010000001001001001010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2A0; }

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

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

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

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

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

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

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

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