#FAA199

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

Shades of Rose Bud #FAA199

Tints of Rose Bud #FAA199

Color information

#FAA199 (or 0xFAA199) is unknown color: approx Rose Bud. HEX triplet: FA, A1 and 99. RGB value is (250,161,153). Sum of RGB (Red+Green+Blue) = 250+161+153=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA199 is #055E66. Grayscale: #BABABA. Windows color (decimal): -351847 or 10068474. OLE color: 10068474.

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

Color convert

RGB250161153-
CMYK00.360.390.02
HSL4.95º90.65%79.02%-
HSV(B)4.95º38.8%98.04%-
XYZ57.9248.1136.37-
YUV186.7108.99173.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 161 (63.28% from 255) = 28.55%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=44.33%
G=28.55%
B=27.13%

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
Decimal25016115300.360.390.024.9590.6579.02
HexFAA19902427255b4f
Octal3722412310444725133117
Binary11111010101000011001100101001001001111010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA199; }

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

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

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

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

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

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

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

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