#FFA391

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

Shades of Rose Bud #FFA391

Tints of Rose Bud #FFA391

Color information

#FFA391 (or 0xFFA391) is unknown color: approx Rose Bud. HEX triplet: FF, A3 and 91. RGB value is (255,163,145). Sum of RGB (Red+Green+Blue) = 255+163+145=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA391 is #005C6E. Grayscale: #BCBCBC. Windows color (decimal): -23663 or 9544703. OLE color: 9544703.

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

Color convert

RGB255163145-
CMYK00.360.430
HSL9.82º100%78.43%-
HSV(B)9.82º43.14%100%-
XYZ59.4549.533.21-
YUV188.46103.48175.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 145 (57.03% from 255) = 25.75%
R=45.29%
G=28.95%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516314500.360.4309.8210078.43
HexFFA3910242B0a644e
Octal37724322104453012144116
Binary11111111101000111001000101001001010110101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA391; }

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

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

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

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

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

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

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

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