#FFA499

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

Shades of Rose Bud #FFA499

Tints of Rose Bud #FFA499

Color information

#FFA499 (or 0xFFA499) is unknown color: approx Rose Bud. HEX triplet: FF, A4 and 99. RGB value is (255,164,153). Sum of RGB (Red+Green+Blue) = 255+164+153=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA499 is #005B66. Grayscale: #BEBEBE. Windows color (decimal): -23399 or 10069247. OLE color: 10069247.

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

Color convert

RGB255164153-
CMYK00.360.40
HSL6.47º100%80%-
HSV(B)6.47º40%100%-
XYZ60.2750.1136.63-
YUV189.96107.15174.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 153 (60.16% from 255) = 26.75%
R=44.58%
G=28.67%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516415300.360.406.4710080
HexFFA49902428066450
Octal3772442310445006144120
Binary1111111110100100100110010100100101000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA499; }

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

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

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

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

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

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

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

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