#FAA099

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

Shades of Rose Bud #FAA099

Tints of Rose Bud #FAA099

Color information

#FAA099 (or 0xFAA099) is unknown color: approx Rose Bud. HEX triplet: FA, A0 and 99. RGB value is (250,160,153). Sum of RGB (Red+Green+Blue) = 250+160+153=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA099 is #055F66. Grayscale: #BABABA. Windows color (decimal): -352103 or 10068218. OLE color: 10068218.

HSL color Cylindrical-coordinate representation of color #FAA099: hue angle of 4.33º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAA099 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250160153-
CMYK00.360.390.02
HSL4.33º90.65%79.02%-
HSV(B)4.33º38.8%98.04%-
XYZ57.7447.7736.31-
YUV186.11109.32173.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=44.40%
G=28.42%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016015300.360.390.024.3390.6579.02
HexFAA09902427245b4f
Octal3722402310444724133117
Binary11111010101000001001100101001001001111010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA099; }

 p { color: rgb(250,160,153); }

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

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

 a { background-color: rgb(250,160,153); }

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

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

 span { border-color: rgb(250,160,153); }

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