#FFA399

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

Shades of Rose Bud #FFA399

Tints of Rose Bud #FFA399

Color information

#FFA399 (or 0xFFA399) is unknown color: approx Rose Bud. HEX triplet: FF, A3 and 99. RGB value is (255,163,153). Sum of RGB (Red+Green+Blue) = 255+163+153=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA399 is #005C66. Grayscale: #BDBDBD. Windows color (decimal): -23655 or 10068991. OLE color: 10068991.

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

Color convert

RGB255163153-
CMYK00.360.40
HSL5.88º100%80%-
HSV(B)5.88º40%100%-
XYZ60.0949.7536.57-
YUV189.37107.48174.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=44.66%
G=28.55%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516315300.360.405.8810080
HexFFA39902428066450
Octal3772432310445006144120
Binary1111111110100011100110010100100101000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA399; }

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

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

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

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

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

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

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

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