#FFA397

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

Shades of Rose Bud #FFA397

Tints of Rose Bud #FFA397

Color information

#FFA397 (or 0xFFA397) is unknown color: approx Rose Bud. HEX triplet: FF, A3 and 97. RGB value is (255,163,151). Sum of RGB (Red+Green+Blue) = 255+163+151=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA397 is #005C68. Grayscale: #BDBDBD. Windows color (decimal): -23657 or 9937919. OLE color: 9937919.

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

Color convert

RGB255163151-
CMYK00.360.410
HSL6.92º100%79.61%-
HSV(B)6.92º40.78%100%-
XYZ59.9249.6935.71-
YUV189.14106.48174.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 163 (64.06% from 255) = 28.65%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=44.82%
G=28.65%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516315100.360.4106.9210079.61
HexFFA39702429076450
Octal3772432270445107144120
Binary1111111110100011100101110100100101001011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA397; }

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

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

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

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

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

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

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

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