#FFA0A0

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

Shades of Rose Bud #FFA0A0

Tints of Rose Bud #FFA0A0

Color information

#FFA0A0 (or 0xFFA0A0) is unknown color: approx Rose Bud. HEX triplet: FF, A0 and A0. RGB value is (255,160,160). Sum of RGB (Red+Green+Blue) = 255+160+160=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0A0 is #005F5F. Grayscale: #BCBCBC. Windows color (decimal): -24416 or 10526975. OLE color: 10526975.

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

Color convert

RGB255160160-
CMYK00.370.370
HSL100%81.37%-
HSV(B)37.25%100%-
XYZ60.1648.9439.53-
YUV188.4111.97175.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=44.35%
G=27.83%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516016000.370.370010081.37
HexFFA0A002525006451
Octal3772402400454500144121
Binary11111111101000001010000001001011001010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0A0; }

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

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

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

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

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

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

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

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