#FFA3A1

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

Shades of Rose Bud #FFA3A1

Tints of Rose Bud #FFA3A1

Color information

#FFA3A1 (or 0xFFA3A1) is unknown color: approx Rose Bud. HEX triplet: FF, A3 and A1. RGB value is (255,163,161). Sum of RGB (Red+Green+Blue) = 255+163+161=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA3A1 is #005C5E. Grayscale: #BEBEBE. Windows color (decimal): -23647 or 10593279. OLE color: 10593279.

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

Color convert

RGB255163161-
CMYK00.360.370
HSL1.28º100%81.57%-
HSV(B)1.28º36.86%100%-
XYZ60.7750.0340.17-
YUV190.28111.48174.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 163 (64.06% from 255) = 28.15%
BLUE value IS 161 (63.28% from 255) = 27.81%
R=44.04%
G=28.15%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516316100.360.3701.2810081.57
HexFFA3A102425016452
Octal3772432410444501144122
Binary11111111101000111010000101001001001010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3A1; }

 p { color: rgb(255,163,161); }

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

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

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

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

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

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

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